mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
src/gui/upnpbrowser.cpp clear framebuffer
This commit is contained in:
@@ -632,6 +632,7 @@ void CUpnpBrowserGui::playnext(void)
|
||||
playAudio((*entries)[0].resources[preferred].url, (*entries)[0].type);
|
||||
}
|
||||
else if (mime.substr(0,6) == "video/") {
|
||||
m_frameBuffer->Clear();
|
||||
playVideo((*entries)[0].title, (*entries)[0].resources[preferred].url);
|
||||
m_folderplay = false; // FIXME else no way to stop in video folder
|
||||
}
|
||||
|
Reference in New Issue
Block a user