mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
* feat: allow downloading sequentially from a specific piece * Apply review changes Co-authored-by: Yat Ho <lagoho7@gmail.com> * Use sequential_download_from_piece param in torrent-add, and save it to resume file * fix: change observable type bool -> tr_piece_index_t * fix: run code_style.sh * fix: improved test and missing comment Co-authored-by: Yat Ho <lagoho7@gmail.com> * fix: apply similar changes to sequentialDownloadFromPiece test * docs: change parameter type boolean -> number --------- Co-authored-by: Yat Ho <lagoho7@gmail.com>