Delete in progress fixers
This commit is contained in:
@@ -86,7 +86,7 @@ type TorrentInfo struct {
|
||||
Files []File `json:"files"`
|
||||
}
|
||||
|
||||
func (i *TorrentInfo) IsDone() bool {
|
||||
func (i *TorrentInfo) IsComplete() bool {
|
||||
selectedCount := 0
|
||||
for _, file := range i.Files {
|
||||
if file.Selected == 1 {
|
||||
|
||||
Reference in New Issue
Block a user