X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1d7e5720b3e8653604323b981e37af1f6aa61709..1a3bd31e5cfcba89f2db03a2b4fa550de1fa2823:/lib/nav/core.cpp diff --git a/lib/nav/core.cpp b/lib/nav/core.cpp index 45771f15..deec3739 100644 --- a/lib/nav/core.cpp +++ b/lib/nav/core.cpp @@ -43,6 +43,9 @@ void eNavigation::serviceEvent(iPlayableService* service, int event) case iPlayableService::evUpdatedEventInfo: m_event(this, evUpdatedEventInfo); break; + case iPlayableService::evUpdatedInfo: + m_event(this, evUpdatedInfo); + break; default: break; }