subtitle_best.go 121 B

123456
  1. package settings
  2. type SubtitleBestSettings struct {
  3. Enabled bool `json:"enabled"`
  4. ApiKey string `json:"api_key"`
  5. }