Browse Source

make the livestream text more neutral.

livestream
fiatjaf 4 years ago
parent
commit
b7779901d4
  1. 2
      lnbits/extensions/livestream/models.py

2
lnbits/extensions/livestream/models.py

@ -48,7 +48,7 @@ class Track(NamedTuple):
description = (await self.fullname()) + " Like this track? Send some sats in appreciation." description = (await self.fullname()) + " Like this track? Send some sats in appreciation."
if self.download_url: 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]])) return LnurlPayMetadata(json.dumps([["text/plain", description]]))

Loading…
Cancel
Save