mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-10 07:37:35 +02:00
Remove tooltip for re-scan in item modal, add missing translations #4017
This commit is contained in:
@ -81,7 +81,7 @@ export default {
|
||||
var existingSeriesSameName = this.seriesItems.findIndex((se) => se.name.toLowerCase() === this.selectedSeries.name.toLowerCase())
|
||||
if (existingSeriesSameName >= 0 && existingSeriesIndex < 0) {
|
||||
console.error('Attempt to add duplicate series')
|
||||
this.$toast.error('Cannot add two of the same series')
|
||||
this.$toast.error(this.$strings.ToastSeriesSubmitFailedSameName)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user