mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-27 12:36:19 +08:00
chore: add version to aria handle
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func InitAria2() {
|
||||
go func() {
|
||||
err := aria2.InitClient(2)
|
||||
_, err := aria2.InitClient(2)
|
||||
log.Errorf("failed to init aria2 client: %+v", err)
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user