mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Separate feed query from podcasts page query
This commit is contained in:
parent
da8fd2d9d5
commit
f1e46a351b
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ module.exports = {
|
|||
if (includeRSSFeed) {
|
||||
libraryItemIncludes.push({
|
||||
model: Database.feedModel,
|
||||
required: filterGroup === 'feed-open'
|
||||
required: filterGroup === 'feed-open',
|
||||
separate: true
|
||||
})
|
||||
}
|
||||
if (filterGroup === 'issues') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue