mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2025-04-05 02:00:11 +00:00
Remove print
This commit is contained in:
parent
7d1941ed75
commit
9dad637af2
@ -230,7 +230,7 @@ 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']}")
|
||||
# print(f"[setup] {path=} all_seasons_items={all_seasons['Items']}")
|
||||
|
||||
res = [str(i.get("Name")) for i in all_seasons["Items"]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user