mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-27 21:48:07 +00:00
clean recordings during guide refresh
This commit is contained in:
@@ -171,7 +171,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
||||
{
|
||||
epgData = GetEpgDataForChannel(timer.ChannelId);
|
||||
}
|
||||
await UpdateTimersForSeriesTimer(epgData, timer, false).ConfigureAwait(false);
|
||||
await UpdateTimersForSeriesTimer(epgData, timer, true).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
var timers = await GetTimersAsync(cancellationToken).ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user