- followscreenings: don't show, when channel_id is 0

This commit is contained in:
svenhoefer
2017-02-23 21:49:44 +01:00
parent 1f5778b769
commit 3c1e325246

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