mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
movieplayer: try to fix display of servicename; ...
name can be changed while playing movies
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1209b51c97
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)
Origin message was:
------------------
- movieplayer: try to fix display of servicename; ...
name can be changed while playing movies
------------------
This commit was generated by Migit
This commit is contained in:
@@ -491,7 +491,6 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
|
|||||||
return menu_return::RETURN_REPAINT;
|
return menu_return::RETURN_REPAINT;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string oldservicename = CVFD::getInstance()->getServicename();
|
|
||||||
while(!isHTTP && !isUPNP && SelectFile()) {
|
while(!isHTTP && !isUPNP && SelectFile()) {
|
||||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||||
CVFD::getInstance()->showServicename(file_name.c_str());
|
CVFD::getInstance()->showServicename(file_name.c_str());
|
||||||
@@ -509,7 +508,7 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
|
|||||||
}
|
}
|
||||||
while (repeat_mode || filelist_it != filelist.end());
|
while (repeat_mode || filelist_it != filelist.end());
|
||||||
}
|
}
|
||||||
CVFD::getInstance()->showServicename(oldservicename.c_str());
|
CVFD::getInstance()->showServicename(CVFD::getInstance()->getServicename());
|
||||||
|
|
||||||
bookmarkmanager->flush();
|
bookmarkmanager->flush();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user