[scrobbles] Add ntfy config to user profiles
This commit is contained in:
@ -45,6 +45,10 @@ class Mood(ScrobblableMixin):
|
||||
def subtitle(self) -> str:
|
||||
return ""
|
||||
|
||||
@property
|
||||
def verb(self) -> str:
|
||||
return "Feeling"
|
||||
|
||||
@property
|
||||
def logdata_cls(self):
|
||||
return MoodLogData
|
||||
|
||||
Reference in New Issue
Block a user