fix: render segment overrides and skip progress
This commit is contained in:
@@ -63,9 +63,10 @@ type SeasonEntry struct {
|
||||
}
|
||||
|
||||
type SkipSegment struct {
|
||||
Type string `json:"type"`
|
||||
Start float64 `json:"start"`
|
||||
End float64 `json:"end"`
|
||||
Type string `json:"type"`
|
||||
Start float64 `json:"start"`
|
||||
End float64 `json:"end"`
|
||||
Source string `json:"source,omitempty"`
|
||||
}
|
||||
|
||||
type ProviderStream struct {
|
||||
|
||||
Reference in New Issue
Block a user