fix wrap around with enabled movemode
[enigma2.git] / lib / service / servicemp3.cpp
index 27a010fb62b0c16d08ad5cabe965c04e17a4a78f..ce81b3115cc1c6089712b16dbac868bbe1af1582 100644 (file)
@@ -142,7 +142,7 @@ RESULT eServiceMP3::stop()
        test.stop();
        printf("MP3: %s stop\n", filename.c_str());
        m_state = stStopped;
-       m_event(this, evEnd);
+       m_event(this, evEOF);
        return 0;
 }