mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 19:46:26 +00:00
revert ignore folders
This commit is contained in:
parent
450ebf6b84
commit
d34988d172
1 changed files with 1 additions and 2 deletions
|
|
@ -247,8 +247,7 @@ async def async_library_items(jelly_cm: JellyfinClientManager,
|
||||||
query = {
|
query = {
|
||||||
"ParentId": media_content_id,
|
"ParentId": media_content_id,
|
||||||
"sortBy": "SortName",
|
"sortBy": "SortName",
|
||||||
"sortOrder": "Ascending",
|
"sortOrder": "Ascending"
|
||||||
"filters": "IsNotFolder"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
parent_item = await jelly_cm.get_item(media_content_id)
|
parent_item = await jelly_cm.get_item(media_content_id)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue