mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-04 22:29:44 +00:00
Update collection create/update endpoints to strip html tags from collection name
This commit is contained in:
parent
efe2a22674
commit
9821c31f8e
2 changed files with 12 additions and 6 deletions
|
|
@ -227,7 +227,7 @@ export default {
|
|||
.catch((error) => {
|
||||
console.error('Failed to create collection', error)
|
||||
var errMsg = error.response ? error.response.data || '' : ''
|
||||
this.$toast.error(this.$strings.ToastCollectionCreateFailed + ': ' + errMsg)
|
||||
this.$toast.error(errMsg)
|
||||
this.processing = false
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue