Browse Source

[scrobbles] Fix tasks overwriting tasks

Colin Powell 7 months ago
parent
commit
20542ac7e9
1 changed files with 1 additions and 0 deletions
  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 = {