[scrobbles] Add ntfy config to user profiles
This commit is contained in:
@ -22,6 +22,10 @@ class LifeEvent(ScrobblableMixin):
|
||||
def logdata_cls(self):
|
||||
return LifeEventLogData
|
||||
|
||||
@property
|
||||
def verb(self) -> str:
|
||||
return "Experiencing"
|
||||
|
||||
@classmethod
|
||||
def find_or_create(cls, title: str) -> "LifeEvent":
|
||||
return cls.objects.filter(title=title).first()
|
||||
|
||||
Reference in New Issue
Block a user