mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
				synced 2023-10-05 13:01:48 +00:00 
			
		
		
		
	Fixed a bug with remotetimers
This commit is contained in:
		| @@ -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); | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user