Merge master

This commit is contained in:
advplyr 2025-03-25 17:29:09 -05:00
commit 2ce0c7ea47
17 changed files with 598 additions and 401 deletions

View file

@ -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
}