Add a base url to the example text

This commit is contained in:
Anthony Lavado 2020-02-20 01:46:55 -05:00
parent 09a14d3245
commit 12a7a2bc5f

View File

@ -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 ]