mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2024-11-16 17:00:14 +00:00
Improvements
This commit is contained in:
parent
a17d8de8d4
commit
5833594769
@ -210,9 +210,11 @@ class Show:
|
||||
jf_id: str = self.show["Id"]
|
||||
path: str = f"Items/{jf_id}/Refresh?Recursive=true&ImageRefreshMode=Default&MetadataRefreshMode=Default" # noqa: E501
|
||||
Jellyfin().post(path, False)
|
||||
for _ in range(12):
|
||||
for _ in range(100):
|
||||
all_existing: set[str] = set(self._get_existing_seasons())
|
||||
|
||||
print(f"[setup] seasons: {all_existing}")
|
||||
|
||||
if expected_season in all_existing:
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user