mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
gui/movieplayer.cpp: change playback instance number
This commit is contained in:
@@ -105,7 +105,7 @@ void CMoviePlayerGui::Init(void)
|
||||
|
||||
frameBuffer = CFrameBuffer::getInstance();
|
||||
|
||||
playback = new cPlayback(3);
|
||||
playback = new cPlayback(0);
|
||||
moviebrowser = new CMovieBrowser();
|
||||
bookmarkmanager = new CBookmarkManager();
|
||||
|
||||
|
Reference in New Issue
Block a user