add price to track description.
This commit is contained in:
parent
76199c66a1
commit
e17b9422ad
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Track(NamedTuple):
|
|||
else:
|
||||
producer_name = "unknown author"
|
||||
|
||||
return f"Track '{self.name}', from {producer_name}."
|
||||
return f"Track '{self.name}', from {producer_name}. {round(self.price_msat/1000)} sat."
|
||||
|
||||
@property
|
||||
async def lnurlpay_metadata(self) -> LnurlPayMetadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue