summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/play.c')
-rw-r--r--Gui/mplayer/play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index 62ad3e2e90..66b96f11dd 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -106,7 +106,7 @@ void mplEnd( void )
}
else
{
- if ( guiIntfStruct.FilenameChanged ) return;
+ if ( guiIntfStruct.FilenameChanged || guiIntfStruct.NewPlay ) return;
guiIntfStruct.TimeSec=0;
guiIntfStruct.Position=0;