[scrobbles] Add ntfy config to user profiles
This commit is contained in:
@ -133,6 +133,10 @@ class SportEvent(ScrobblableMixin):
|
||||
def subtitle(self):
|
||||
return self.round.season.league
|
||||
|
||||
@property
|
||||
def verb(self) -> str:
|
||||
return "Watching"
|
||||
|
||||
@property
|
||||
def sportsdb_link(self):
|
||||
return f"https://thesportsdb.com/event/{self.thesportsdb_id}"
|
||||
|
||||
Reference in New Issue
Block a user