mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Fix RSS labeling
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.4
|
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.4
|
||||||
- BUGFIX: Added unicode support to email notification
|
- BUGFIX: Added unicode support to email notification
|
||||||
- BUGFIX: Improved compatibility with various SMTP servers
|
- BUGFIX: Improved compatibility with various SMTP servers
|
||||||
|
- BUGFIX: Fix Labeling in RSS downloader
|
||||||
|
|
||||||
* Sat Jan 15 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.3
|
* Sat Jan 15 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.3
|
||||||
- BUGFIX: Fix possible crashes in full allocation mode
|
- BUGFIX: Fix possible crashes in full allocation mode
|
||||||
|
|||||||
@@ -2422,7 +2422,6 @@ void QBtSession::addMagnetSkipAddDlg(QString uri) {
|
|||||||
void QBtSession::downloadUrlAndSkipDialog(QString url, QString save_path, QString label) {
|
void QBtSession::downloadUrlAndSkipDialog(QString url, QString save_path, QString label) {
|
||||||
//emit aboutToDownloadFromUrl(url);
|
//emit aboutToDownloadFromUrl(url);
|
||||||
const QUrl qurl = QUrl::fromEncoded(url.toLocal8Bit());
|
const QUrl qurl = QUrl::fromEncoded(url.toLocal8Bit());
|
||||||
if(!save_path.isEmpty())
|
|
||||||
savepathLabel_fromurl[qurl] = qMakePair(save_path, label);
|
savepathLabel_fromurl[qurl] = qMakePair(save_path, label);
|
||||||
url_skippingDlg << qurl;
|
url_skippingDlg << qurl;
|
||||||
// Launch downloader thread
|
// Launch downloader thread
|
||||||
|
|||||||
Reference in New Issue
Block a user