mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 23:42:46 -07:00
Fix: Adding RSS rule with a new label doesn't add this label to UI.
This commit is contained in:
parent
f5c0cddea5
commit
2442411a5e
6 changed files with 16 additions and 2 deletions
|
@ -346,7 +346,7 @@ void AutomatedRssDownloader::saveEditedRule()
|
|||
rule->setAddPaused(RssDownloadRule::AddPausedState(ui->comboAddPaused->currentIndex()));
|
||||
// Save new label
|
||||
if (!rule->label().isEmpty())
|
||||
Preferences::instance()->addTorrentLabel(rule->label());
|
||||
Preferences::instance()->addTorrentLabelExternal(rule->label());
|
||||
rule->setIgnoreDays(ui->spinIgnorePeriod->value());
|
||||
//rule->setRssFeeds(getSelectedFeeds());
|
||||
// Save it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue