Merge pull request #449 from davidfdezalcoba/fix-repeat-notifications-4k

fix: repeat notifications for available 4k media
This commit is contained in:
Fallenbagel
2023-08-10 12:58:58 +05:00
committed by GitHub

View File

@@ -319,7 +319,7 @@ class JobJellyfinSync {
: existingSeason.status;
existingSeason.status4k =
(this.enable4kShow && total4k >= season.episode_count) ||
existingSeason.status === MediaStatus.AVAILABLE
existingSeason.status4k === MediaStatus.AVAILABLE
? MediaStatus.AVAILABLE
: this.enable4kShow && total4k > 0
? MediaStatus.PARTIALLY_AVAILABLE