From f253a69656aeafa88bcca224d5fcbdc78cace647 Mon Sep 17 00:00:00 2001 From: Sem Visscher Date: Thu, 25 Mar 2021 21:11:55 +0100 Subject: [PATCH] added comment for the added function --- plugins/last-fm/back.js | 1 + 1 file changed, 1 insertion(+) 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;