Improvements

This commit is contained in:
CommanderRedYT 2024-03-19 16:33:22 +01:00
parent 61b584f547
commit 429010f664
No known key found for this signature in database
GPG Key ID: 572F157519DC8A5E
1 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,8 @@ class Show:
path: str = f"Shows/{series_id}/Seasons"
all_seasons: dict = Jellyfin().get(path)
print(f"[setup] {path=} all_seasons_items={all_seasons['Items']}")
return [str(i.get("IndexNumber")) for i in all_seasons["Items"]]
def delete_folders(self, folders: list[str]) -> None: