mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
Merge branch 'refs/heads/master' into mf/rssInboundManager
# Conflicts: # client/strings/en-us.json
This commit is contained in:
commit
f2c9fd5a80
71 changed files with 2147 additions and 461 deletions
|
|
@ -350,7 +350,7 @@ export default {
|
|||
return null
|
||||
})
|
||||
if (!data) {
|
||||
this.$toast.error('Failed to load RSS feeds')
|
||||
this.$toast.error(this.$strings.ToastFailedToLoadData)
|
||||
return
|
||||
}
|
||||
this.feeds = data.feeds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue