@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user