mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- followscreenings: don't show, when channel_id is 0
This commit is contained in:
@@ -145,6 +145,9 @@ void CFollowScreenings::updateRightIcon(int ix, time_t start, unsigned int durat
|
||||
|
||||
void CFollowScreenings::show()
|
||||
{
|
||||
if (channel_id == 0)
|
||||
return;
|
||||
|
||||
char actionstr[32];
|
||||
|
||||
getFollowScreenings();
|
||||
@@ -177,4 +180,3 @@ void CFollowScreenings::show()
|
||||
m.exec(NULL, "");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user