Remove no longer used property

This commit is contained in:
Gabe Kangas
2020-06-28 15:42:48 -07:00
parent f949adb40c
commit ae2e98877b
3 changed files with 2 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ type videoSettings struct {
StreamingKey string `yaml:"streamingKey"`
StreamQualities []StreamQuality `yaml:"streamQualities"`
OfflineContent string `yaml:"offlineContent"`
EnablePassthrough bool `yaml:"passthrough"`
}
// StreamQuality defines the specifics of a single HLS stream variant.