mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- file priority can be set for finished torrents that have filtered files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user