[scrobbles] Fix tasks overwriting tasks

This commit is contained in:
2024-10-11 18:34:13 -04:00
parent 34137af815
commit 20542ac7e9

View File

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