Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemConfig ¶
type SystemConfig struct { Theme string `json:"theme"` ScaleFactor int `json:"scale_factor"` ProxyURL string `json:"proxy_url"` UseProxy bool `json:"use_proxy"` MagicName string `json:"magic_name"` DownloadDir string `json:"download_dir"` DownloadVideo bool `json:"download_video"` DownloadAudio bool `json:"download_audio"` DownloadSubtitle bool `json:"download_subtitle"` DownloadCombine bool `json:"download_combine"` DownloadLimit int `json:"download_limit"` }
Click to show internal directories.
Click to hide internal directories.