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:
Jacek Jendrzej
2017-10-07 15:12:19 +02:00
parent f41b3ef617
commit 236f997529

View File

@@ -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
}