mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-07 07:07:54 -05:00
fix: repeat notifications for available 4k media
This commit is contained in:
@@ -319,7 +319,7 @@ class JobJellyfinSync {
|
|||||||
: existingSeason.status;
|
: existingSeason.status;
|
||||||
existingSeason.status4k =
|
existingSeason.status4k =
|
||||||
(this.enable4kShow && total4k >= season.episode_count) ||
|
(this.enable4kShow && total4k >= season.episode_count) ||
|
||||||
existingSeason.status === MediaStatus.AVAILABLE
|
existingSeason.status4k === MediaStatus.AVAILABLE
|
||||||
? MediaStatus.AVAILABLE
|
? MediaStatus.AVAILABLE
|
||||||
: this.enable4kShow && total4k > 0
|
: this.enable4kShow && total4k > 0
|
||||||
? MediaStatus.PARTIALLY_AVAILABLE
|
? MediaStatus.PARTIALLY_AVAILABLE
|
||||||
|
|||||||
Reference in New Issue
Block a user