gui/epgview.cpp: fix tmdb logo

This commit is contained in:
[CST] Focus
2016-03-07 16:15:29 +03:00
parent 6f1a3010f9
commit e93332a56f

View File

@@ -938,9 +938,9 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
} else {
epgText = epgText_saved;
textCount = epgText.size();
tmdbtoggle = !tmdbtoggle;
stars=0;
showText(showPos, sy + toph);
tmdbtoggle = !tmdbtoggle;
}
break;
}