mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-08-01 06:01:49 +00:00
Update: "failed to get" strings
This commit is contained in:
parent
55b2472978
commit
155e8ce878
8 changed files with 16 additions and 10 deletions
|
|
@ -211,7 +211,7 @@ export default {
|
|||
this.processing = true
|
||||
const episodePayload = await this.$axios.$get(`/api/libraries/${this.libraryId}/recent-episodes?limit=25&page=${page}`).catch((error) => {
|
||||
console.error('Failed to get recent episodes', error)
|
||||
this.$toast.error('Failed to get recent episodes')
|
||||
this.$toast.error(this.$strings.ToastGetRecentEpisodesFailed)
|
||||
return null
|
||||
})
|
||||
this.processing = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue