This commit is contained in:
Drew Heavner 2025-12-17 22:14:50 +10:30 committed by GitHub
commit d59f74a02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 2 deletions

View file

@ -617,6 +617,7 @@ class LibraryController {
filterBy: req.query.filter,
mediaType: req.library.mediaType,
minified: req.query.minified === '1',
expanded: req.query.expanded === '1',
collapseseries: req.query.collapseseries === '1',
include: include.join(',')
}