parent
29cb0cebd5
commit
b32de7259b
|
|
@ -346,7 +346,7 @@ class Jellyfin:
|
|||
for episode in episodes["Items"]:
|
||||
if (
|
||||
"MediaSources" in episode
|
||||
and episode["MediaSources"] is not {}
|
||||
and episode["MediaSources"] != {}
|
||||
):
|
||||
# If watched or watched more than a minute
|
||||
if (
|
||||
|
|
|
|||
Loading…
Reference in New Issue