- Some more RSS polishing

This commit is contained in:
Christophe Dumez 2009-08-21 17:49:48 +00:00
commit 538c028f8a
2 changed files with 11 additions and 4 deletions

View file

@ -597,6 +597,8 @@ short readDoc(const QDomDocument& doc) {
// All torrents are downloaded from this feed
BTSession->downloadUrlAndSkipDialog(item->getTorrentUrl());
}
// Item was downloaded, consider it as Read
item->setRead();
// Clean up
delete matching_filter;
}