瀏覽代碼

Add webpage scrobbling modifier

Colin Powell 1 年之前
父節點
當前提交
8e99918813
共有 1 個文件被更改,包括 1 次插入0 次删除
  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",
 }