Forráskód Böngészése

[scrobbles] Memos

Colin Powell 8 hónapja
szülő
commit
66513c5758
1 módosított fájl, 1 hozzáadás és 1 törlés
  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):