mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +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()
|
void CFollowScreenings::show()
|
||||||
{
|
{
|
||||||
|
if (channel_id == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
char actionstr[32];
|
char actionstr[32];
|
||||||
|
|
||||||
getFollowScreenings();
|
getFollowScreenings();
|
||||||
@@ -177,4 +180,3 @@ void CFollowScreenings::show()
|
|||||||
m.exec(NULL, "");
|
m.exec(NULL, "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user