[scrobbles] Add ntfy config to user profiles
This commit is contained in:
@ -74,6 +74,10 @@ class Beer(ScrobblableMixin):
|
||||
def subtitle(self):
|
||||
return self.producer.name
|
||||
|
||||
@property
|
||||
def verb(self) -> str:
|
||||
return "Drinking"
|
||||
|
||||
@property
|
||||
def beeradvocate_link(self) -> str:
|
||||
link = ""
|
||||
|
||||
Reference in New Issue
Block a user