mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2024-11-17 01:10:14 +00:00
Improvements
This commit is contained in:
parent
61b584f547
commit
429010f664
@ -230,6 +230,8 @@ class Show:
|
|||||||
path: str = f"Shows/{series_id}/Seasons"
|
path: str = f"Shows/{series_id}/Seasons"
|
||||||
all_seasons: dict = Jellyfin().get(path)
|
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"]]
|
return [str(i.get("IndexNumber")) for i in all_seasons["Items"]]
|
||||||
|
|
||||||
def delete_folders(self, folders: list[str]) -> None:
|
def delete_folders(self, folders: list[str]) -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user