File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ func (c *client) init() {
68
68
log .Infof ("set default log level" )
69
69
c .SetSetting (SettingLogLevel , "info" )
70
70
}
71
- if tr := c .GetAllDonloadClients (); len (tr ) == 0 {
72
- log .Warnf ("no download client, set default download client" )
73
- c .SaveDownloader (& ent.DownloadClients {
74
- Name : "transmission" ,
75
- Implementation : downloadclients .ImplementationTransmission ,
76
- URL : "http://transmission:9091" ,
77
- })
78
- }
71
+ // if tr := c.GetAllDonloadClients(); len(tr) == 0 {
72
+ // log.Warnf("no download client, set default download client")
73
+ // c.SaveDownloader(&ent.DownloadClients{
74
+ // Name: "transmission",
75
+ // Implementation: downloadclients.ImplementationTransmission,
76
+ // URL: "http://transmission:9091",
77
+ // })
78
+ // }
79
79
}
80
80
81
81
func (c * client ) generateJwtSerectIfNotExist () {
You can’t perform that action at this time.
0 commit comments