Forráskód Böngészése

Add webpage scrobbling modifier

Colin Powell 1 éve
szülő
commit
8e99918813
1 módosított fájl, 1 hozzáadás és 0 törlés
  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",
 }