chore: fix typo

refactor/offline-download
Andy Hsu 2023-10-06 22:32:05 +08:00
parent 1490da8b53
commit 9fb9efb704
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ type QBittorrent struct {
}
func (a *QBittorrent) Items() []model.SettingItem {
// aria2 settings
// qBittorrent settings
return []model.SettingItem{
{Key: conf.QbittorrentUrl, Value: "http://admin:adminadmin@localhost:8080/", Type: conf.TypeString, Group: model.OFFLINE_DOWNLOAD, Flag: model.PRIVATE},
{Key: conf.QbittorrentSeedtime, Value: "0", Type: conf.TypeNumber, Group: model.OFFLINE_DOWNLOAD, Flag: model.PRIVATE},