Explorar o código

[scrobbles] Fix tasks overwriting tasks

Colin Powell hai 8 meses
pai
achega
20542ac7e9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 = {