mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 20:01:38 +00:00
Update: author toasts, title and name required toasts
This commit is contained in:
parent
9f525309d9
commit
bc2515f993
6 changed files with 23 additions and 15 deletions
|
|
@ -95,7 +95,7 @@ export default {
|
|||
return
|
||||
}
|
||||
if (!this.newPlaylistName) {
|
||||
return this.$toast.error('Playlist must have a name')
|
||||
return this.$toast.error(this.$strings.ToastNameRequired)
|
||||
}
|
||||
|
||||
this.processing = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue