mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Merge e5a2a82576
into 28404f37b8
This commit is contained in:
commit
5c107b0a8a
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ class AudioFileScanner {
|
|||
*/
|
||||
parseGenresString(genreTag) {
|
||||
if (!genreTag?.length) return []
|
||||
const separators = ['/', '//', ';']
|
||||
const separators = ['/', '//', ';', ',']
|
||||
for (let i = 0; i < separators.length; i++) {
|
||||
if (genreTag.includes(separators[i])) {
|
||||
return genreTag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue