Skip to content

Commit

Permalink
changing albumArtist to array
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell authored and KarlStraussberger committed Apr 22, 2024
1 parent d578d2a commit cc0f32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function addAudio(obj, cont, rootPath, containerType) {
}


var albumArtist = artist[0];
var albumArtist = artist;
if (obj.metaData[M_ALBUMARTIST] && obj.metaData[M_ALBUMARTIST][0]) {
albumArtist = obj.metaData[M_ALBUMARTIST];
}
Expand Down

0 comments on commit cc0f32b

Please sign in to comment.