Skip to content

Commit

Permalink
revert ignore folders
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Feb 4, 2022
1 parent 450ebf6 commit d34988d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/jellyfin/media_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d34988d

Please sign in to comment.