JohnDoee / autotorrent2

Cross-seed matching and torrent lifecycle tool
https://johndoee.github.io/autotorrent2/
MIT License
142 stars 10 forks source link

fixed create_link and _reflink_linux #40

Closed Undrog closed 5 months ago

Undrog commented 1 year ago

create_link had the actualy_path and link_path backwards _reflink_linux had "self" as the first argument, but _reflink_linux is not part of a class so the wrong arguments were being passed.