aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/NyaaSi.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-07-15 12:48:38 +0200
committerdec05eba <dec05eba@protonmail.com>2022-07-15 12:48:38 +0200
commit6758cdc82e4cb295123b0a84819c6a6ebd5ebad0 (patch)
tree86ed3a0db9134d72937c813ab037688e581766c4 /src/plugins/NyaaSi.cpp
parent0bf55deae8d8a681b32a1fa91908ed1f566dbbf5 (diff)
Youtube: do not autoplay next if starting qm with youtube url, opening youtube url in info page or matrix
Diffstat (limited to 'src/plugins/NyaaSi.cpp')
-rw-r--r--src/plugins/NyaaSi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/NyaaSi.cpp b/src/plugins/NyaaSi.cpp
index fc3e7ee..fd24e71 100644
--- a/src/plugins/NyaaSi.cpp
+++ b/src/plugins/NyaaSi.cpp
@@ -328,7 +328,7 @@ namespace QuickMedia {
std::string title;
BodyItems result_items;
- auto torrent_item = BodyItem::create("💾 Download magnet");
+ auto torrent_item = BodyItem::create("💾 Download");
std::string magnet_url;
std::string description;