mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-15 08:19:37 +00:00
Add:Filter for RSS feeds open #893
This commit is contained in:
parent
24a142e718
commit
e02169907d
4 changed files with 10 additions and 2 deletions
|
|
@ -88,6 +88,7 @@ export default {
|
|||
if (this.page === 'collections') return "You haven't made any collections yet"
|
||||
if (this.hasFilter) {
|
||||
if (this.filterName === 'Issues') return 'No Issues'
|
||||
else if (this.filterName === 'Feed-open') return 'No RSS feeds are open'
|
||||
return `No Results for filter "${this.filterName}: ${this.filterValue}"`
|
||||
}
|
||||
return 'No results'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue