diff --git a/src/apps/mediaplayer/MainWin.cpp b/src/apps/mediaplayer/MainWin.cpp index c955e7e0c5..b59eb5a0ef 100644 --- a/src/apps/mediaplayer/MainWin.cpp +++ b/src/apps/mediaplayer/MainWin.cpp @@ -599,7 +599,7 @@ MainWin::MessageReceived(BMessage* msg) fPlaylist->CurrentItemIndex() + 1); if (!hadNext) { if ((fHasVideo && fCloseWhenDonePlayingMovie) - || (fHasAudio && fCloseWhenDonePlayingSound)) + || (!fHasVideo && fCloseWhenDonePlayingSound)) PostMessage(B_QUIT_REQUESTED); } break;