Browse Source

[scrobbles] Memos

Colin Powell 8 months ago
parent
commit
66513c5758
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vrobbler/apps/tasks/models.py

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