diff options
Diffstat (limited to 'lib/service/servicemp3.cpp')
| -rw-r--r-- | lib/service/servicemp3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 27a010fb..ce81b311 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -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; } |
