fix folder rip probe

This commit is contained in:
Luke Pulverenti
2017-08-26 03:03:19 -04:00
parent edfae37331
commit 6bc2a79792
15 changed files with 177 additions and 177 deletions

View File

@@ -110,7 +110,7 @@ namespace MediaBrowser.Controller.Entities.Audio
list[index] = artist;
index++;
}
foreach (var artist in AlbumArtists)
foreach (var artist in Artists)
{
list[index] = artist;
index++;

View File

@@ -96,7 +96,7 @@ namespace MediaBrowser.Controller.Entities.Audio
list[index] = artist;
index++;
}
foreach (var artist in AlbumArtists)
foreach (var artist in Artists)
{
list[index] = artist;
index++;