From 69f867f6925b5b8f2bbac01f85680790cdbee819 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 24 Nov 2020 22:55:17 -0300 Subject: [PATCH] make the livestream text more neutral. --- lnbits/extensions/livestream/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/livestream/models.py b/lnbits/extensions/livestream/models.py index e8380647..d2f8326e 100644 --- a/lnbits/extensions/livestream/models.py +++ b/lnbits/extensions/livestream/models.py @@ -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]]))