Jellyfin: Swap out is not

Signed-off-by: Luigi311 <git@luigi311.com>
This commit is contained in:
Luigi311
2024-01-18 15:39:52 -07:00
parent 29cb0cebd5
commit b32de7259b

View File

@@ -346,7 +346,7 @@ class Jellyfin:
for episode in episodes["Items"]: for episode in episodes["Items"]:
if ( if (
"MediaSources" in episode "MediaSources" in episode
and episode["MediaSources"] is not {} and episode["MediaSources"] != {}
): ):
# If watched or watched more than a minute # If watched or watched more than a minute
if ( if (