Add a base url to the example text
This commit is contained in:
parent
09a14d3245
commit
12a7a2bc5f
|
@ -14,7 +14,7 @@ sub CreateServerGroup()
|
|||
if get_setting("server") <> invalid
|
||||
server_field.value = get_setting("server")
|
||||
end if
|
||||
group.findNode("example").text = "192.168.1.100:8096 or https://example.com"
|
||||
group.findNode("example").text = "192.168.1.100:8096 or https://example.com/jellyfin"
|
||||
|
||||
|
||||
items = [ server_field ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user