add SeekableStatusChanged event
[enigma2.git] / lib / nav / core.h
index 1751de981f5ee92bc0b2ad2d76ed7e659420dc3d..f1e0cd85b2a21baf5d04375e9b4518d96d1b0189 100644 (file)
@@ -22,7 +22,8 @@ public:
                evNewService,   /** a new "current" service was just started */
                evPlayFailed,   /** the next service (in playlist) or the one given in playService failed to play */
                evUpdatedEventInfo, /** the "currently running" event info was updated */
-               evUpdatedInfo /** the program info of this service was updated */
+               evUpdatedInfo, /** the program info of this service was updated */
+               evSeekableStatusChanged,
        };
        
        RESULT playService(const eServiceReference &service);