feat(series): improve season and episode loading handling

This commit is contained in:
2026-05-25 20:40:10 +02:00
parent 3cd706d449
commit b0ed32ef7c
5 changed files with 167 additions and 99 deletions

View File

@@ -332,7 +332,7 @@ class JellyfinApiClient @Inject constructor(
userId = getUserId(),
seriesId = seriesId,
fields = defaultItemFields,
enableUserData = true,
enableUserData = false,
)
result.content.items
}