Add webpage scrobbling modifier

This commit is contained in:
2023-11-30 17:56:45 +01:00
parent ea894e1ebf
commit 8e99918813

View File

@ -23,6 +23,7 @@ MANUAL_SCROBBLE_FNS = {
"-s": "manual_scrobble_event",
"-i": "manual_scrobble_video",
"-g": "manual_scrobble_board_game",
"-w": "manual_scrobble_webpage",
}