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