- file priority can be set for finished torrents that have filtered files

This commit is contained in:
Christophe Dumez
2010-01-14 20:01:30 +00:00
parent 9bb05c8dea
commit 2bf8e2d2d7
2 changed files with 1 additions and 2 deletions

View File

@@ -538,7 +538,6 @@ void QTorrentHandle::move_storage(QString new_path) const {
void QTorrentHandle::file_priority(int index, int priority) const {
Q_ASSERT(h.is_valid());
if(is_seed()) return;
h.file_priority(index, priority);
}