From 8e99918813eba09a47fa2bcdce5fdc1a034cfa41 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 30 Nov 2023 17:56:45 +0100 Subject: [PATCH] Add webpage scrobbling modifier --- vrobbler/apps/scrobbles/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/apps/scrobbles/constants.py b/vrobbler/apps/scrobbles/constants.py index 0d73b2d..ec699f6 100644 --- a/vrobbler/apps/scrobbles/constants.py +++ b/vrobbler/apps/scrobbles/constants.py @@ -23,6 +23,7 @@ MANUAL_SCROBBLE_FNS = { "-s": "manual_scrobble_event", "-i": "manual_scrobble_video", "-g": "manual_scrobble_board_game", + "-w": "manual_scrobble_webpage", }