mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Fixed a bug with remotetimers
This commit is contained in:
parent
9ea5527cae
commit
2e682b0c8d
@ -66,6 +66,8 @@ void cEpgGrid::SetTimer() {
|
||||
rt.event = event;
|
||||
if (pRemoteTimers->Service("RemoteTimers::GetTimerByEvent-v1.0", &rt))
|
||||
hasTimer = true;
|
||||
else
|
||||
hasTimer = false;
|
||||
} else if (column->HasTimer()) {
|
||||
hasTimer = event->HasTimer();
|
||||
} else {
|
||||
@ -156,4 +158,4 @@ void cEpgGrid::debug() {
|
||||
viewportHeight,
|
||||
event->Duration()/60,
|
||||
active);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user