mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed crash if no onPause exists
This commit is contained in:
parent
2cae451b4c
commit
ae48cae115
@ -269,6 +269,8 @@ void cViewReplay::ClearOnPause(void) {
|
||||
}
|
||||
|
||||
void cViewReplay::DelayOnPause(void) {
|
||||
if (!veOnPause)
|
||||
return;
|
||||
if (!veOnPause->Started())
|
||||
return;
|
||||
veOnPause->ResetSleep();
|
||||
|
Loading…
x
Reference in New Issue
Block a user