You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for splitting of ID3v2.3 multi-value tags
fixes rest of problems in beetbox#43
Shouldn't be enabled on tags like `artists` or other without confidence that values will not contain separator (eg. `artists: ['AC/DC']`).
Format of mbid is known and I'm sure we can enable it here.
When solving beetbox#21 this separator value in `el.split('/')` also should be taken into account.
0 commit comments