[scrobbles] Add ntfy config to user profiles

This commit is contained in:
2024-11-05 14:29:58 -05:00
parent cc52e00d15
commit 2c1e8c08ae
17 changed files with 694 additions and 1 deletions

View File

@ -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 = ""