Restore max num of segments in playlist value

This commit is contained in:
Gabe Kangas
2020-06-12 15:02:02 -07:00
parent 5a7c16374c
commit a063956660
3 changed files with 1 additions and 4 deletions

View File

@@ -35,7 +35,6 @@ type StreamQuality struct {
// MaxNumberOnDisk must be at least as large as MaxNumberInPlaylist
type Files struct {
MaxNumberInPlaylist int `yaml:"maxNumberInPlaylist"`
MaxNumberOnDisk int `yaml:"maxNumberOnDisk"`
}
type IPFS struct {