mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
adapted plugin setup to support skin setups
This commit is contained in:
@@ -307,8 +307,9 @@ void cDisplayChannelView::ClearScreenResolution(void) {
|
||||
}
|
||||
|
||||
void cDisplayChannelView::DrawScraperContent(const cEvent *event) {
|
||||
if (!event)
|
||||
if (!event) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!ViewElementImplemented(veScraperContent)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user