mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
fix: nil
This commit is contained in:
@@ -5,7 +5,7 @@ type Torrent interface {
|
||||
Progress() int
|
||||
Stop() error
|
||||
Start() error
|
||||
Remove(deleteData bool) error
|
||||
Remove() error
|
||||
Save() string
|
||||
Exists() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user