New setting: Avoid playlist randomization
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
34917043ce
commit
8cdfde856e
4 changed files with 22 additions and 7 deletions
|
|
@ -17,6 +17,7 @@ type Settings struct {
|
|||
MaxRunTime time.Duration `json:"max_run_time"`
|
||||
MaxVolume uint16 `json:"max_volume"`
|
||||
StartVolume uint16 `json:"start_volume"`
|
||||
NoRandom bool `json:"no_random"`
|
||||
Federation map[string]FederationServer `json:"federation"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue