Exclude Folders from list
This commit is contained in:
@@ -339,7 +339,7 @@ class Jellyfin:
|
|||||||
task = asyncio.ensure_future(
|
task = asyncio.ensure_future(
|
||||||
self.query(
|
self.query(
|
||||||
f"/Users/{user_id}/Items"
|
f"/Users/{user_id}/Items"
|
||||||
+ f"?ParentId={library_id}&Filters=IsPlayed&limit=10000",
|
+ f"?ParentId={library_id}&Filters=IsPlayed&excludeItemTypes=Folder&limit=100",
|
||||||
"get",
|
"get",
|
||||||
session,
|
session,
|
||||||
identifiers=identifiers,
|
identifiers=identifiers,
|
||||||
|
|||||||
Reference in New Issue
Block a user