2022-08-23 22:56:50 -05:00

18 lines
231 B
Go

package structs
type Intro struct {
EpisodeId string
Series string
Season int
Title string
IntroStart float32
IntroEnd float32
Duration float32
Valid bool
ShowSkipPromptAt float32
HideSkipPromptAt float32
}