mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
disabled timeshift display for instant recordings
This commit is contained in:
parent
574e2c6bbf
commit
bd86dd4dea
@ -81,6 +81,10 @@ void cSDDisplayReplay::Flush(void) {
|
||||
}
|
||||
|
||||
void cSDDisplayReplay::SetTimeShiftValues(const cRecording *recording) {
|
||||
//check for instant recording
|
||||
const char *recName = recording->Name();
|
||||
if (recName && *recName == '@')
|
||||
return;
|
||||
bool isTimeShift = false;
|
||||
#if APIVERSNUM >= 20101
|
||||
int usage = recording->IsInUse();
|
||||
|
Loading…
Reference in New Issue
Block a user