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,
widget.NewLabel("Nickname"),
nickField,
widget.NewLabel("Hostname"),
widget.NewLabel("Url"),
hostField,
widget.NewLabel("Alt. Hostname"),
widget.NewLabel("Alt. Url"),
altHostField,
widget.NewLabel("Username"),
userField,