mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
				synced 2023-10-19 15:58:31 +00:00 
			
		
		
		
	This reverts bd86dd4de "disabled timeshift display for instant recordings"
				
					
				
			This commit is contained in:
		@@ -190,12 +190,8 @@ void cViewReplay::GetTimers(void) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void cViewReplay::SetTimeShiftValues(const cRecording *recording) {
 | 
			
		||||
    //check for instant recording
 | 
			
		||||
    if (!recording)
 | 
			
		||||
        return;
 | 
			
		||||
    const char *recName = recording->Name();
 | 
			
		||||
    if (recName && *recName == '@')
 | 
			
		||||
        return;
 | 
			
		||||
    bool isTimeShift = false;
 | 
			
		||||
#if APIVERSNUM >= 20101
 | 
			
		||||
    int usage = recording->IsInUse();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user