mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
gui/movieplayer.cpp, neutrino.cpp: call infoviewer with channel as param
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4322f24651
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-02 (Tue, 02 Jun 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1189,10 +1189,7 @@ void CMoviePlayerGui::PlayFileEnd(bool restore)
|
||||
void CMoviePlayerGui::callInfoViewer()
|
||||
{
|
||||
if (timeshift != TSHIFT_MODE_OFF) {
|
||||
g_InfoViewer->showTitle(CNeutrinoApp::getInstance()->channelList->getActiveChannelNumber(),
|
||||
CNeutrinoApp::getInstance()->channelList->getActiveChannelName(),
|
||||
CNeutrinoApp::getInstance()->channelList->getActiveSatellitePosition(),
|
||||
CNeutrinoApp::getInstance()->channelList->getActiveChannel_ChannelID());
|
||||
g_InfoViewer->showTitle(CNeutrinoApp::getInstance()->channelList->getActiveChannel());
|
||||
return;
|
||||
}
|
||||
|
||||
|
@@ -2140,16 +2140,7 @@ void CNeutrinoApp::numericZap(int msg)
|
||||
void CNeutrinoApp::showInfo()
|
||||
{
|
||||
StopSubtitles();
|
||||
|
||||
char *pname = NULL;
|
||||
if(g_settings.infobar_show_channeldesc){
|
||||
CZapitChannel* channel = channelList->getActiveChannel();
|
||||
if(channel->pname){
|
||||
pname = channel->pname;
|
||||
}
|
||||
}
|
||||
|
||||
g_InfoViewer->showTitle(channelList->getActiveChannelNumber(), channelList->getActiveChannelName(), channelList->getActiveSatellitePosition(), channelList->getActiveChannel_ChannelID(), false, 0, pname);
|
||||
g_InfoViewer->showTitle(channelList->getActiveChannel());
|
||||
StartSubtitles();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user