mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
BUGFIX: Fix download first/last pieces state reporting
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
* unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.9.6
|
||||
- BUGFIX: Fix download first/last pieces state reporting
|
||||
|
||||
* Sat Feb 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.5
|
||||
- BUGFIX: Fix crash when disabling then reenabling RSS
|
||||
- BUGFIX: Fix duplicate torrent detection when adding a magnet link
|
||||
|
||||
@@ -169,7 +169,6 @@ bool QTorrentHandle::first_last_piece_first() const {
|
||||
if(misc::isPreviewable(ext) && torrent_handle::file_priority(index) > 0) {
|
||||
break;
|
||||
}
|
||||
++index;
|
||||
}
|
||||
if(index >= torrent_handle::get_torrent_info().num_files()) return false;
|
||||
file_entry media_file = torrent_handle::get_torrent_info().file_at(index);
|
||||
|
||||
Reference in New Issue
Block a user