From 20542ac7e9f1acf1f2c7b66773abc7526437d293 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 11 Oct 2024 18:34:13 -0400 Subject: [PATCH] [scrobbles] Fix tasks overwriting tasks --- vrobbler/apps/scrobbles/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/apps/scrobbles/constants.py b/vrobbler/apps/scrobbles/constants.py index ac6e6ac..e5c00d8 100644 --- a/vrobbler/apps/scrobbles/constants.py +++ b/vrobbler/apps/scrobbles/constants.py @@ -7,6 +7,7 @@ LONG_PLAY_MEDIA = { "videogames": "VideoGame", "books": "Book", "bricksets": "BrickSet", + "tasks": "Task", } PLAY_AGAIN_MEDIA = {