mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
The current sorting algorithm is not stable and causes undesidered rearrangements of the transfer list when different torrents have same values in respect to the current sorting criterion. Fix this by using the priority, the seed date and the hash of the torrents as fallback values to determine the order. Closes #2158. Closes #2526.