From 076fdfda33e6426f8e585430fe2b904be873e709 Mon Sep 17 00:00:00 2001 From: jcorporation Date: Tue, 17 Dec 2024 20:49:17 +0100 Subject: [PATCH] Fix: whitespace --- Playcounts/TagPlaycounts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playcounts/TagPlaycounts.lua b/Playcounts/TagPlaycounts.lua index 111999d..0628227 100644 --- a/Playcounts/TagPlaycounts.lua +++ b/Playcounts/TagPlaycounts.lua @@ -8,7 +8,7 @@ end if string.sub(mympd_state.current_song.uri, 1, 8) == "https://" or string.sub(mympd_state.current_song.uri, 1, 7) == "http://" then - return + return end local function inc_playcount(uri, stickerType)