package subtitles import polochon "github.com/odwrtw/polochon/lib" // Subtitle represents a Subtitle type Subtitle struct { *polochon.Subtitle URL string `json:"url"` VVTFile string `json:"vvt_file"` }