diff --git a/src/timeshift/timeshift_reader.c b/src/timeshift/timeshift_reader.c index 4f6754f9..1f772ffe 100644 --- a/src/timeshift/timeshift_reader.c +++ b/src/timeshift/timeshift_reader.c @@ -396,7 +396,6 @@ void *timeshift_reader ( void *p ) } else { tvhlog(LOG_ERR, "timeshift", "ts %d failed to get current file", ts->id); skip = NULL; - break; } pthread_mutex_unlock(&ts->rdwr_mutex); } else {