Hostname is just like "github.com", the field is actually the URI of the subsonic server (i.e. https://github.com/subsonic/)
This commit is contained in:
@@ -101,9 +101,9 @@ func NewAddEditServerDialog(title string, cancelable bool, prefillServer *backen
|
|||||||
serverTypeChoice,
|
serverTypeChoice,
|
||||||
widget.NewLabel("Nickname"),
|
widget.NewLabel("Nickname"),
|
||||||
nickField,
|
nickField,
|
||||||
widget.NewLabel("Hostname"),
|
widget.NewLabel("Url"),
|
||||||
hostField,
|
hostField,
|
||||||
widget.NewLabel("Alt. Hostname"),
|
widget.NewLabel("Alt. Url"),
|
||||||
altHostField,
|
altHostField,
|
||||||
widget.NewLabel("Username"),
|
widget.NewLabel("Username"),
|
||||||
userField,
|
userField,
|
||||||
|
|||||||
Reference in New Issue
Block a user