mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-05 08:51:33 +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,
|
||||
value: 'issues',
|
||||
sublist: false
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelRSSFeedOpen,
|
||||
value: 'feed-open',
|
||||
sublist: false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -149,12 +149,11 @@ module.exports = {
|
|||
libraryId
|
||||
}
|
||||
const libraryItemIncludes = []
|
||||
if (filterGroup === 'feed-open' || includeRSSFeed) {
|
||||
const rssFeedRequired = filterGroup === 'feed-open'
|
||||
if (includeRSSFeed) {
|
||||
libraryItemIncludes.push({
|
||||
model: Database.feedModel,
|
||||
required: rssFeedRequired,
|
||||
separate: !rssFeedRequired
|
||||
required: filterGroup === 'feed-open',
|
||||
separate: true
|
||||
})
|
||||
}
|
||||
if (filterGroup === 'issues') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue