removed suppression of first DisplayChannel call after VDR start

This commit is contained in:
louis
2015-01-21 18:15:29 +01:00
parent 3a6dced6c1
commit 07fa0e71ef
4 changed files with 4 additions and 9 deletions

View File

@@ -3,12 +3,8 @@
cSDDisplayChannel::cSDDisplayChannel(cTemplate *channelTemplate, bool WithInfo) {
channelView = NULL;
if (firstDisplay) {
firstDisplay = false;
doOutput = false;
return;
} else if (!channelTemplate) {
esyslog("skindesigner: displayChannel no valid template - aborting");
if (!channelTemplate) {
doOutput = false;
return;
} else {