[scrobbles] Memos

This commit is contained in:
2024-11-05 16:28:58 -05:00
parent f3c0d20268
commit 66513c5758

View File

@ -40,7 +40,7 @@ class Task(LongPlayScrobblableMixin):
@property @property
def strings(self) -> ScrobblableConstants: def strings(self) -> ScrobblableConstants:
return ScrobblableConstants(verb="Doing", tags="white_check_mark") return ScrobblableConstants(verb="Doing", tags="memo")
# @property # @property
# def logdata_cls(self): # def logdata_cls(self):