mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Revert "Disabled timeshift display for non timeshift recordings"
This reverts commit 1fc5379e2eed0ecd7eb2227564077a62bc0b1e12.
This commit is contained in:
parent
80cb1ec0ef
commit
e7ea88c253
@ -181,9 +181,6 @@ void cViewReplay::GetGlobalTimers(void) {
|
||||
void cViewReplay::SetTimeShiftValues(int current, int total) {
|
||||
if (!recording)
|
||||
return;
|
||||
const char *recName = recording->Name();
|
||||
if (recName && *recName != '@')
|
||||
return;
|
||||
timeShiftActive = false;
|
||||
#if APIVERSNUM >= 20101
|
||||
int usage = recording->IsInUse();
|
||||
|
Loading…
x
Reference in New Issue
Block a user