remove non working indication of playable services in servicelist
[enigma2.git] / lib / service / servicemp3.h
index 558fd81844004fd6a61f4cfd1a2d162063fcb9e5..bf18e92b60f7b6100dd8cb41ba31a376a538d82a 100644 (file)
@@ -57,6 +57,7 @@ public:
        RESULT stop();
        RESULT pause(ePtr<iPauseableService> &ptr);
        RESULT seek(ePtr<iSeekableService> &ptr);
+       RESULT audioTracks(ePtr<iAudioTrackSelection> &ptr);
 
                // iPausableService
        RESULT pause();