[scrobbles] Add ntfy config to user profiles
This commit is contained in:
@ -134,6 +134,10 @@ class Book(LongPlayScrobblableMixin):
|
||||
def subtitle(self):
|
||||
return f" by {self.author}"
|
||||
|
||||
@property
|
||||
def verb(self) -> str:
|
||||
return "Reading"
|
||||
|
||||
@property
|
||||
def logdata_cls(self):
|
||||
return BookLogData
|
||||
|
||||
Reference in New Issue
Block a user