aboutsummaryrefslogtreecommitdiff
path: root/lib/nav/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nav/core.cpp')
-rw-r--r--lib/nav/core.cpp3
1 files changed, 3 insertions, 0 deletions
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;
}