mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fixed torrent creation from a folder
- Fixed start seeding directly after torrent creation
This commit is contained in:
parent
00b3677867
commit
1e1313dffc
2 changed files with 14 additions and 4 deletions
|
@ -767,7 +767,7 @@ void bittorrent::loadFilesPriorities(QTorrentHandle &h) {
|
|||
if( priority < 0 || priority > 7) {
|
||||
priority = 1;
|
||||
}
|
||||
//qDebug("Setting piece piority to %d", priority);
|
||||
qDebug("Setting piece piority to %d", priority);
|
||||
v.push_back(priority);
|
||||
}
|
||||
h.prioritize_files(v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue