Ver Fonte

Add webpage scrobbling modifier

Colin Powell há 1 ano atrás
pai
commit
8e99918813
1 ficheiros alterados com 1 adições e 0 exclusões
  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",
 }