clean recordings during guide refresh

This commit is contained in:
Luke Pulverenti 2016-02-07 14:19:41 -05:00
parent 0e49ccfd07
commit eaf680832b

View file

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