From 9332da311819d4ec9fa19b327271e3fab1dc49e8 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 14 Aug 2023 21:52:03 -0300 Subject: data: remove 'Has Track Art', compute from credits --- src/util/wiki-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/wiki-data.js') diff --git a/src/util/wiki-data.js b/src/util/wiki-data.js index 97a3f3e..6930496 100644 --- a/src/util/wiki-data.js +++ b/src/util/wiki-data.js @@ -715,7 +715,7 @@ export function getTrackCover(track, {to}) { // just inherits the album's own cover art. Note that since cover art isn't // guaranteed on albums either, it's possible that this function returns // null! - if (!track.hasCoverArt) { + if (!track.hasUniqueCoverArt) { return getAlbumCover(track.album, {to}); } else { return to('media.trackCover', track.album.directory, track.directory, track.coverArtFileExtension); -- cgit 1.3.0-6-gf8a5