Change private config key to private_tracker
This commit is contained in:
parent
4252cd7eeb
commit
fc2d15cdc0
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ type Config struct {
|
|||
Tracker DriverConfig `json:"tracker"`
|
||||
Backend DriverConfig `json:"backend"`
|
||||
|
||||
Private bool `json:"private"`
|
||||
Private bool `json:"private_tracker"`
|
||||
Freeleech bool `json:"freeleech"`
|
||||
Whitelist bool `json:"whitelist"`
|
||||
PurgeInactiveTorrents bool `json:"purge_inactive_torrents"`
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"driver": "noop"
|
||||
},
|
||||
|
||||
"private": false,
|
||||
"private_tracker": false,
|
||||
"freeleech": false,
|
||||
"whitelist": false,
|
||||
"purge_inactive_torrents": true,
|
||||
|
|
Loading…
Reference in a new issue