filebrowser/settings/torrent.go
chalkim 1d1cc4b7f8 feature: add global.torrent settings card
feature: remember make torrent options
2024-06-21 02:28:47 +08:00

9 lines
218 B
Go

package settings
type Torrent struct {
TrackersListUrl string `json:"trackersListUrl"`
QbUrl string `json:"qbUrl"`
QbUsername string `json:"qbUsername"`
QbPassword string `json:"qbPassword"`
}