mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2025-04-18 23:50:11 +00:00
revert but extend timeout
This commit is contained in:
parent
689e05ca47
commit
74a4eb263a
@ -217,7 +217,7 @@ class Show:
|
|||||||
)
|
)
|
||||||
print(f"[setup] {path=}")
|
print(f"[setup] {path=}")
|
||||||
Jellyfin().post(path, False)
|
Jellyfin().post(path, False)
|
||||||
while True:
|
for _ in range(24):
|
||||||
all_existing: set[str] = set(self._get_existing_seasons())
|
all_existing: set[str] = set(self._get_existing_seasons())
|
||||||
|
|
||||||
print(f"[setup] seasons: {all_existing} {expected_season=}")
|
print(f"[setup] seasons: {all_existing} {expected_season=}")
|
||||||
|
Loading…
Reference in New Issue
Block a user