From 67db4707987eec8b335ee1ccd813c69b1115587c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 1 Oct 2014 16:06:52 +0400 Subject: [PATCH] gui/movieplayer.cpp: try to fix 'always seek to 0' --- src/gui/movieplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 22bef8e57..ab14bd80d 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -377,7 +377,7 @@ void CMoviePlayerGui::Cleanup() vpid = 0; vtype = 0; - startposition = 0; + startposition = -1; is_file_player = false; p_movie_info = NULL; autoshot_done = false;