separate artists with semi-colon
This commit is contained in:
parent
dcab536173
commit
ce59f19bc0
|
@ -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