mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 10:51:37 +00:00
Compare commits
No commits in common. "8e08458ea27c42fb3a5016d0e57b7b6b090c1250" and "3d0219a8663609ea9c31e72fff522c8103fdcc6b" have entirely different histories.
8e08458ea2
...
3d0219a866
2 changed files with 3 additions and 9 deletions
|
|
@ -276,11 +276,6 @@ export default {
|
||||||
text: this.$strings.ButtonIssues,
|
text: this.$strings.ButtonIssues,
|
||||||
value: 'issues',
|
value: 'issues',
|
||||||
sublist: false
|
sublist: false
|
||||||
},
|
|
||||||
{
|
|
||||||
text: this.$strings.LabelRSSFeedOpen,
|
|
||||||
value: 'feed-open',
|
|
||||||
sublist: false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -149,12 +149,11 @@ module.exports = {
|
||||||
libraryId
|
libraryId
|
||||||
}
|
}
|
||||||
const libraryItemIncludes = []
|
const libraryItemIncludes = []
|
||||||
if (filterGroup === 'feed-open' || includeRSSFeed) {
|
if (includeRSSFeed) {
|
||||||
const rssFeedRequired = filterGroup === 'feed-open'
|
|
||||||
libraryItemIncludes.push({
|
libraryItemIncludes.push({
|
||||||
model: Database.feedModel,
|
model: Database.feedModel,
|
||||||
required: rssFeedRequired,
|
required: filterGroup === 'feed-open',
|
||||||
separate: !rssFeedRequired
|
separate: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (filterGroup === 'issues') {
|
if (filterGroup === 'issues') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue