瀏覽代碼

[scrobbles] Fix tasks overwriting tasks

Colin Powell 7 月之前
父節點
當前提交
20542ac7e9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vrobbler/apps/scrobbles/constants.py

+ 1 - 0
vrobbler/apps/scrobbles/constants.py

@@ -7,6 +7,7 @@ LONG_PLAY_MEDIA = {
     "videogames": "VideoGame",
     "books": "Book",
     "bricksets": "BrickSet",
+    "tasks": "Task",
 }
 
 PLAY_AGAIN_MEDIA = {