hotfix.go 93 B

123456
  1. package types
  2. type HotFixParam struct {
  3. MovieRootDirs []string
  4. SeriesRootDirs []string
  5. }