Rename EmbyTV to DefaultLiveTvService

This commit is contained in:
Patrick Barron
2024-02-21 11:12:49 -05:00
parent fa6d859a51
commit cac7ff84ca
7 changed files with 12 additions and 15 deletions

View File

@@ -141,7 +141,7 @@ public class GuideManager : IGuideManager
CleanDatabase(newProgramIdList.ToArray(), [BaseItemKind.LiveTvProgram], progress, cancellationToken);
}
var coreService = _liveTvManager.Services.OfType<EmbyTV.EmbyTV>().FirstOrDefault();
var coreService = _liveTvManager.Services.OfType<DefaultLiveTvService>().FirstOrDefault();
if (coreService is not null)
{
await coreService.RefreshSeriesTimers(cancellationToken).ConfigureAwait(false);