Bladeren bron

Add webpage scrobbling modifier

Colin Powell 1 jaar geleden
bovenliggende
commit
8e99918813
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      vrobbler/apps/scrobbles/constants.py

+ 1 - 0
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",
 }