mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-15 22:56:27 +08:00
refactor(task): generic task manager
This commit is contained in:
@@ -6,7 +6,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
Downloading = iota
|
||||
Ready = iota
|
||||
Downloading
|
||||
Paused
|
||||
Stopped
|
||||
Completed
|
||||
|
||||
Reference in New Issue
Block a user