mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
clean recordings during guide refresh
This commit is contained in:
parent
0e49ccfd07
commit
eaf680832b
@ -171,7 +171,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
|||||||
{
|
{
|
||||||
epgData = GetEpgDataForChannel(timer.ChannelId);
|
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);
|
var timers = await GetTimersAsync(cancellationToken).ConfigureAwait(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user