diff --git a/src/driver/record.cpp b/src/driver/record.cpp index fc475f8b6..f273a7eb6 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -1362,13 +1362,13 @@ void CRecordManager::StartTimeshift() std::string tmode = "ptimeshift"; // already recording, pause bool res = true; t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID(); - bool tstarted = false; +// bool tstarted = false; /* start temporary timeshift if enabled and not running, but dont start second record */ if (g_settings.temp_timeshift) { if (!FindTimeshift()) { res = StartAutoRecord(); tmode = "timeshift"; // record just started - tstarted = true; +// tstarted = true; } } else if (!RecordingStatus(live_channel_id)) {