Fixed (?) Artist x AlbumArtist

This commit is contained in:
Deluan
2016-03-03 00:25:26 -05:00
parent 7d5cafb17a
commit 1aeb22dcb7
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -88,6 +88,8 @@ func parseTrack(t *Track) (*domain.MediaFile, *domain.Album, *domain.Artist) {
Year: t.Year,
Compilation: t.Compilation,
Genre: t.Genre,
Artist: t.Artist,
AlbumArtist: t.AlbumArtist,
}
artist := &domain.Artist{