[scrobbles] Add ntfy config to user profiles
This commit is contained in:
@ -144,6 +144,10 @@ class VideoGame(LongPlayScrobblableMixin):
|
||||
def subtitle(self):
|
||||
return f" On {self.platforms.first()}"
|
||||
|
||||
@property
|
||||
def verb(self) -> str:
|
||||
return "Sessioning"
|
||||
|
||||
@property
|
||||
def primary_image_url(self) -> str:
|
||||
url = ""
|
||||
|
||||
Reference in New Issue
Block a user