소스 검색

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",
 }