mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
followscreenings: don't show, when channel_id is 0
Origin commit data
------------------
Commit: 3c1e325246
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-23 (Thu, 23 Feb 2017)
Origin message was:
------------------
- 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