make the livestream text more neutral.
This commit is contained in:
parent
52e7a28fc2
commit
69f867f692
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class Track(NamedTuple):
|
|||
description = (await self.fullname()) + " Like this track? Send some sats in appreciation."
|
||||
|
||||
if self.download_url:
|
||||
description += f" Send {round(self.price_msat/1000)} sats or more and you can download it at 320kbps."
|
||||
description += f" Send {round(self.price_msat/1000)} sats or more and you can download it."
|
||||
|
||||
return LnurlPayMetadata(json.dumps([["text/plain", description]]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue