From e49d71707c5f9f46fca373922a1ac1893cfc6ad5 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Wed, 11 Feb 2026 09:44:37 +0100 Subject: Fix EPG issues --- src/Jellyfin.LiveTv/DefaultLiveTvService.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Jellyfin.LiveTv/DefaultLiveTvService.cs') diff --git a/src/Jellyfin.LiveTv/DefaultLiveTvService.cs b/src/Jellyfin.LiveTv/DefaultLiveTvService.cs index d8f873abe6..d477bc3713 100644 --- a/src/Jellyfin.LiveTv/DefaultLiveTvService.cs +++ b/src/Jellyfin.LiveTv/DefaultLiveTvService.cs @@ -774,7 +774,10 @@ namespace Jellyfin.LiveTv } } - SearchForDuplicateShowIds(enabledTimersForSeries); + if (seriesTimer.SkipEpisodesInLibrary) + { + SearchForDuplicateShowIds(enabledTimersForSeries); + } if (deleteInvalidTimers) { -- cgit v1.2.3