diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-01-07 01:44:05 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-01-07 01:44:05 +0100 |
commit | 4b32f66ecae33fb904884d650c68b6c256c7f8ea (patch) | |
tree | 24bef8033a506455cc53e0103ca7d1ccaa15b0e9 /src/plugins | |
parent | 3275dced7ef555848b4523251a94a8dbe34dec6d (diff) |
Fix for pinephone
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/NyaaSi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/NyaaSi.cpp b/src/plugins/NyaaSi.cpp index 2ed5f59..ea482ef 100644 --- a/src/plugins/NyaaSi.cpp +++ b/src/plugins/NyaaSi.cpp @@ -228,7 +228,7 @@ namespace QuickMedia { std::string title; BodyItems result_items; - auto torrent_item = BodyItem::create("Download magnet"); + auto torrent_item = BodyItem::create("💾 Download magnet"); std::string magnet_url; std::string description; |