fix wrap around with enabled movemode
[enigma2.git] / lib / service / servicemp3.h
index c08278b835a95960e7e242c6487653ed39ee74aa..5ba31215ec843fbe3d1f33c8b2594414331891e2 100644 (file)
@@ -65,6 +65,7 @@ public:
        RESULT frontendStatusInfo(ePtr<iFrontendStatusInformation> &ptr) { ptr = 0; return -1; }
        RESULT subServices(ePtr<iSubserviceList> &ptr) { ptr = 0; return -1; }
        RESULT timeshift(ePtr<iTimeshiftService> &ptr) { ptr = 0; return -1; }
+       RESULT cueSheet(ePtr<iCueSheet>& ptr) { ptr = 0; return -1; }
        
                // iPausableService
        RESULT pause();