Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Mar 19, 2024
1 parent 61b584f commit 429010f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ def _get_existing_seasons(self) -> list[str]:
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:
Expand Down

0 comments on commit 429010f

Please sign in to comment.