mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2025-02-23 00:10:14 +00:00
Improvements
This commit is contained in:
parent
1ea8832cac
commit
a17d8de8d4
@ -74,7 +74,7 @@ class Library:
|
|||||||
path: str = f"Items/{collection_id}/Refresh?Recursive=true&ImageRefreshMode=Default&MetadataRefreshMode=Default" # noqa: E501
|
path: str = f"Items/{collection_id}/Refresh?Recursive=true&ImageRefreshMode=Default&MetadataRefreshMode=Default" # noqa: E501
|
||||||
Jellyfin().post(path, False)
|
Jellyfin().post(path, False)
|
||||||
|
|
||||||
for _ in range(12):
|
for _ in range(24):
|
||||||
response = Jellyfin().get("Library/VirtualFolders")
|
response = Jellyfin().get("Library/VirtualFolders")
|
||||||
for folder in response:
|
for folder in response:
|
||||||
if not folder["ItemId"] == collection_id:
|
if not folder["ItemId"] == collection_id:
|
||||||
|
Loading…
Reference in New Issue
Block a user