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:
Rob Emery
2024-06-16 21:13:18 +00:00
committed by GitHub
parent 70caad0a0e
commit 104ccc27c9
+2 -2
View File
@@ -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,