Explorar el Código

[scrobbles] Fix tasks overwriting tasks

Colin Powell hace 8 meses
padre
commit
20542ac7e9
Se han modificado 1 ficheros con 1 adiciones y 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 = {