Deleted web section from config.gcfg until I can work out what went wrong
This commit is contained in:
parent
edba4d447a
commit
d1c3255ed9
18
config.gcfg
18
config.gcfg
|
@ -56,24 +56,6 @@ LowestVolume = 0.01
|
|||
HighestVolume = 0.8
|
||||
|
||||
|
||||
[Web]
|
||||
|
||||
# Enable web browser control
|
||||
# DEFAULT VALUE: true
|
||||
WebBrowser: true
|
||||
|
||||
# Port for web browser, 80 provides links with no port
|
||||
# DEFAULT VALUE: 9563
|
||||
WebPort: 9563
|
||||
|
||||
# Web address to provide links for
|
||||
# DEFAULT VALUE: http://{{IP}}:{{PORT}}/
|
||||
WebAddress: "http://{{IP}}:{{PORT}}/"
|
||||
|
||||
# Can users have their own web page
|
||||
# DEFAULT VALUE: false
|
||||
CustomWebPage: false
|
||||
|
||||
[Aliases]
|
||||
|
||||
# Alias used for add command
|
||||
|
|
|
@ -33,12 +33,6 @@ type DjConfig struct {
|
|||
LowestVolume float32
|
||||
HighestVolume float32
|
||||
}
|
||||
Web struct {
|
||||
WebBrowser bool
|
||||
WebPort int
|
||||
WebAddress string
|
||||
CustomWebPage bool
|
||||
}
|
||||
Aliases struct {
|
||||
AddAlias string
|
||||
SkipAlias string
|
||||
|
|
Reference in a new issue