mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +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 = {
|
||||
"ParentId": media_content_id,
|
||||
"sortBy": "SortName",
|
||||
"sortOrder": "Ascending",
|
||||
"filters": "IsNotFolder"
|
||||
"sortOrder": "Ascending"
|
||||
}
|
||||
|
||||
parent_item = await jelly_cm.get_item(media_content_id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue