diff options
| author | JPVenson <github@jpb.email> | 2024-11-17 11:03:43 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2024-11-17 11:03:43 +0000 |
| commit | b39553611d0d6702ef657f76573cefa2ee437745 (patch) | |
| tree | 9534eb388e16ee057042db0cdf4ad43b063fb45a /src/Jellyfin.LiveTv/Guide/GuideManager.cs | |
| parent | 17e4485b946f5b58a0bed99312c57abb59181376 (diff) | |
Applied coding style
Diffstat (limited to 'src/Jellyfin.LiveTv/Guide/GuideManager.cs')
| -rw-r--r-- | src/Jellyfin.LiveTv/Guide/GuideManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.LiveTv/Guide/GuideManager.cs b/src/Jellyfin.LiveTv/Guide/GuideManager.cs index f657422a0..ff31b7123 100644 --- a/src/Jellyfin.LiveTv/Guide/GuideManager.cs +++ b/src/Jellyfin.LiveTv/Guide/GuideManager.cs @@ -265,7 +265,7 @@ public class GuideManager : IGuideManager if (newPrograms.Count > 0) { - _libraryManager.CreateItems(newPrograms, null, cancellationToken); + _libraryManager.CreateOrUpdateItems(newPrograms, null, cancellationToken); await PrecacheImages(newPrograms, maxCacheDate).ConfigureAwait(false); } |
