|
|
@@ -25,6 +25,7 @@ type AdvancedSettings struct {
|
|
|
func NewAdvancedSettings() *AdvancedSettings {
|
|
|
return &AdvancedSettings{
|
|
|
ProxySettings: NewProxySettings(false, "http", local_http_proxy_server.LocalHttpProxyPort, "127.0.0.1", "10809", "", ""),
|
|
|
+ TmdbApiSettings: NewTmdbApiSettings(false, ""),
|
|
|
CustomVideoExts: make([]string, 0),
|
|
|
Topic: common.DownloadSubsPerSite,
|
|
|
SuppliersSettings: NewSuppliersSettings(),
|