From 66513c5758d9e1748db636facdd07bf2a417e050 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 5 Nov 2024 16:28:58 -0500 Subject: [PATCH] [scrobbles] Memos --- vrobbler/apps/tasks/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/apps/tasks/models.py b/vrobbler/apps/tasks/models.py index e60f5f9..0c30c78 100644 --- a/vrobbler/apps/tasks/models.py +++ b/vrobbler/apps/tasks/models.py @@ -40,7 +40,7 @@ class Task(LongPlayScrobblableMixin): @property def strings(self) -> ScrobblableConstants: - return ScrobblableConstants(verb="Doing", tags="white_check_mark") + return ScrobblableConstants(verb="Doing", tags="memo") # @property # def logdata_cls(self):