mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
gui/movieplayer.cpp: try to fix 'always seek to 0'
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user