mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-07 11:12:45 +02:00
Update:Prevent MultiSelect input from adding items that are whitespace & trim whitespace before adding items
This commit is contained in:
@@ -493,9 +493,6 @@ export default {
|
||||
if (match.narrator && !Array.isArray(match.narrator)) {
|
||||
match.narrator = match.narrator.split(',').map((g) => g.trim())
|
||||
}
|
||||
if (match.author && !Array.isArray(match.author)) {
|
||||
match.author = match.author.split(',').map((g) => g.trim())
|
||||
}
|
||||
}
|
||||
|
||||
console.log('Select Match', match)
|
||||
|
||||
Reference in New Issue
Block a user