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:
vanhofen
2017-02-23 21:49:44 +01:00
parent 10a28d34b4
commit 794df2bf5b

View File

@@ -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, "");
}
}