diff options
Diffstat (limited to 'lib/nav/core.cpp')
| -rw-r--r-- | lib/nav/core.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/nav/core.cpp b/lib/nav/core.cpp index 9f537d35..957983d9 100644 --- a/lib/nav/core.cpp +++ b/lib/nav/core.cpp @@ -23,6 +23,9 @@ void eNavigation::serviceEvent(iPlayableService* service, int event) case iPlayableService::evUpdatedInfo: m_event(this, evUpdatedInfo); break; + case iPlayableService::evSeekableStatusChanged: + m_event(this, evSeekableStatusChanged); + break; default: break; } |
