Fix missing totalCount parameter in ARD Audiothek provider (#2854)
authorJan Feil <11638228+jfeil@users.noreply.github.com>
Fri, 19 Dec 2025 16:31:07 +0000 (17:31 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Dec 2025 16:31:07 +0000 (16:31 +0000)
music_assistant/providers/ard_audiothek/database_queries.py

index a4147e0087624b0ded222df10723e1a04f7b962d..230ec98df07f1281bc0e8782bcf84899ca7b4b7d 100644 (file)
@@ -158,6 +158,7 @@ query Show($showId: ID!, $first: Int, $offset: Int, $filter: ItemFilter) {
     title
     showType
     items(first: $first, offset: $offset, filter: $filter) {
+      totalCount
       nodes {
         duration
         title