Revert "Disabled timeshift display for non timeshift recordings"

This reverts commit 1fc5379e2e.
This commit is contained in:
kamel5 2021-03-04 10:59:53 +01:00
parent 80cb1ec0ef
commit e7ea88c253
1 changed files with 0 additions and 3 deletions

View File

@ -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();