diff --git a/plugins/last-fm/back.js b/plugins/last-fm/back.js index c1c6a09d..0d32387f 100644 --- a/plugins/last-fm/back.js +++ b/plugins/last-fm/back.js @@ -14,6 +14,7 @@ const defaultSettings = { } const cleanupArtistName = (config, artist) => { + // removes the suffixes of the artist name for more recognition by last.fm let { suffixesToRemove } = config; if (suffixesToRemove === undefined){ suffixesToRemove = defaultSettings.suffixesToRemove;