mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
src/gui/upnpbrowser.cpp clear framebuffer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7f1d736781
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-07 (Sat, 07 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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