mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 15:10:49 +08:00
fix: buildin client progress
This commit is contained in:
@@ -139,7 +139,7 @@ func (t *Torrent) Progress() (int, error) {
|
||||
if p >= 100 {
|
||||
p = 99
|
||||
}
|
||||
return 99, nil
|
||||
return p, nil
|
||||
}
|
||||
|
||||
func (t *Torrent) Stop() error {
|
||||
|
||||
Reference in New Issue
Block a user