mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
separate artists with semi-colon
This commit is contained in:
parent
0eca1554f9
commit
db73c3bb0a
@ -455,7 +455,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(artists))
|
||||
{
|
||||
audio.Artists = SplitArtists(artists, new[] { '/' }, false)
|
||||
audio.Artists = SplitArtists(artists, new[] { '/', ';' }, false)
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.ToList();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user