This reverts bd86dd4de "disabled timeshift display for instant recordings"

This commit is contained in:
kamel5 2021-02-06 17:58:19 +01:00
parent 0eaed1eb91
commit f8b6b2cf1b
1 changed files with 0 additions and 4 deletions

View File

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