move the movie selector to the currently playing movie
[enigma2.git] / lib / nav / core.cpp
index 45771f1544a5583339a78f96f427f79b3b70940c..deec3739d83ce5506cc7d5ef16e01ad8a8c0a42c 100644 (file)
@@ -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;
        }