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):