mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
removed suppression of first DisplayChannel call after VDR start
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user