Skip to content

Commit 585677d

Browse files
author
Louis Sandoval
committed
Include "AudioBook" when filtering for Books
- Until library types are made separate, we should include all book types
1 parent 03d29a1 commit 585677d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function getItems(instance, params, item, sortBy, startIndex, limit) {
259259
StartIndex: startIndex,
260260
Limit: limit,
261261
Recursive: true,
262-
IncludeItemTypes: 'Book',
262+
IncludeItemTypes: 'Book,AudioBook',
263263
ImageTypeLimit: 1,
264264
ParentId: item.Id,
265265
SortBy: sortBy

0 commit comments

Comments
 (0)