mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- movieplayer: try to fix display of servicename; ...
name can be changed while playing movies Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -460,7 +460,6 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
||||
std::string oldservicename = CVFD::getInstance()->getServicename();
|
||||
while(!isHTTP && !isUPNP && SelectFile()) {
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
CVFD::getInstance()->showServicename(file_name.c_str());
|
||||
@@ -478,7 +477,7 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
|
||||
}
|
||||
while (repeat_mode || filelist_it != filelist.end());
|
||||
}
|
||||
CVFD::getInstance()->showServicename(oldservicename.c_str());
|
||||
CVFD::getInstance()->showServicename(CVFD::getInstance()->getServicename());
|
||||
|
||||
bookmarkmanager->flush();
|
||||
|
||||
|
Reference in New Issue
Block a user