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