Skip to content

Commit

Permalink
Fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Dec 17, 2024
1 parent 2da4a97 commit 076fdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Playcounts/TagPlaycounts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 076fdfd

Please sign in to comment.