mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
- Sharemonkey filename fix (Thanks Keiron Waites)
This commit is contained in:
parent
1e1313dffc
commit
fa00d745b2
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ void GUI::goBuyPage() const {
|
||||||
QStringList pathsList;
|
QStringList pathsList;
|
||||||
foreach(hash, hashes) {
|
foreach(hash, hashes) {
|
||||||
QTorrentHandle h = BTSession->getTorrentHandle(hash);
|
QTorrentHandle h = BTSession->getTorrentHandle(hash);
|
||||||
QDesktopServices::openUrl("http://match.sharemonkey.com/?info_hash="+hash+"&fileName="+h.name()+"&cid=33");
|
QDesktopServices::openUrl("http://match.sharemonkey.com/?info_hash="+hash+"&n="+h.name()+"&cid=33");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue