Parcourir la source

[scrobbles] Memos

Colin Powell il y a 8 mois
Parent
commit
66513c5758
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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):