Audiobook Library appears empty #1782
Labels
confirmed
This bug was reproduced successfully by multiple people
discussion needed
This PR or issue needs discussion before going further
not implemented yet
Features that are not yet implemented in the client
Description of the bug
A library with the content type
Book
does not show Audiobooks in the vue client, while it does in the regular old web client.The query to
https://jellyfin/Items
specifiesincludeItemTypes=Book
and by that does not include media of content typeAudioBook
.Combining Books & Audiobooks into a single library is the way recommended by the docs (https://jellyfin.org/docs/general/server/media/books.html). Also no Audiobook-only Library Type can be created using either web client.
I see no reason to specify the
includeItemTypes
at all, as the media is already filtered by theparentId
which in turn specifies theitemType
of the children.Just adding the audiobook type here
jellyfin-vue/frontend/pages/person/_itemId/index.vue
Line 210 in 514224d
Steps to reproduce
Create a Library with content type book in the jellyfin web ui.
Add an Audiobook to the directory.
Open the Library with the jellyfin-vue web ui.
Observe an empty library.
Expected behavior
AudioBooks should be shown in the Book Library Tab.
Logs
No response
Screenshots
Platform
Windows
Browser
Chrome
Jellyfin server version
10.8.1
Additional context
No response
The text was updated successfully, but these errors were encountered: