mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
gui/infoviewer.cpp: restore channel id in showMovieTitle(),
else infoviewer do not process some events after playback stop
Origin commit data
------------------
Branch: ni/coolstream
Commit: e8be660b09
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-04 (Tue, 04 Feb 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -504,6 +504,7 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe
|
|||||||
infoViewerBB->is_visible = true;
|
infoViewerBB->is_visible = true;
|
||||||
|
|
||||||
ChannelName = Channel;
|
ChannelName = Channel;
|
||||||
|
t_channel_id old_channel_id = channel_id;
|
||||||
channel_id = Channel_Id;
|
channel_id = Channel_Id;
|
||||||
|
|
||||||
/* showChannelLogo() changes this, so better reset it every time... */
|
/* showChannelLogo() changes this, so better reset it every time... */
|
||||||
@@ -583,6 +584,7 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe
|
|||||||
loop(show_dot);
|
loop(show_dot);
|
||||||
aspectRatio = 0;
|
aspectRatio = 0;
|
||||||
fileplay = 0;
|
fileplay = 0;
|
||||||
|
channel_id = old_channel_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CInfoViewer::reset_allScala()
|
void CInfoViewer::reset_allScala()
|
||||||
|
Reference in New Issue
Block a user