hotfix.go 87 B

123456
  1. package types
  2. type HotFixParam struct {
  3. MovieRootDir string
  4. SeriesRootDir string
  5. }