From 07316cf870948483bd740a147b222282d2ab4818 Mon Sep 17 00:00:00 2001 From: viown <48097677+viown@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:19:38 +0300 Subject: [PATCH] Update playbackmanager.js Co-authored-by: Bill Thornton --- src/components/playback/playbackmanager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/playback/playbackmanager.js b/src/components/playback/playbackmanager.js index ffec28ab6b..a036008033 100644 --- a/src/components/playback/playbackmanager.js +++ b/src/components/playback/playbackmanager.js @@ -2576,7 +2576,7 @@ export class PlaybackManager { const apiClient = ServerConnections.getApiClient(item.ServerId); let mediaSourceId; - const isLiveTv = [BaseItemKind.TvChannel, BaseItemKind.Channel, BaseItemKind.LiveTvChannel].includes(item.Type); + const isLiveTv = [BaseItemKind.TvChannel, BaseItemKind.LiveTvChannel].includes(item.Type); if (!isLiveTv) { mediaSourceId = playOptions.mediaSourceId || item.Id;