diff --git a/Kyoo/Models/Options/BasicOptions.cs b/Kyoo/Models/Options/BasicOptions.cs index 06c21041..2754e0d9 100644 --- a/Kyoo/Models/Options/BasicOptions.cs +++ b/Kyoo/Models/Options/BasicOptions.cs @@ -15,7 +15,7 @@ namespace Kyoo.Models.Options /// /// The internal url where the server will listen. It supports globing. /// - public string Url { get; set; } = new("http://*:5000"); + public string Url { get; set; } = "http://*:5000"; /// /// The public url that will be used in items response and in authentication server host. diff --git a/Kyoo/settings.json b/Kyoo/settings.json index f196dba9..1ddc8cf1 100644 --- a/Kyoo/settings.json +++ b/Kyoo/settings.json @@ -1,7 +1,7 @@ { "basics": { "url": "http://*:5000", - "publicUrl": "http://localhost:5000", + "publicUrl": "http://localhost:5000/", "pluginsPath": "plugins/", "transmuxPath": "cached/transmux", "transcodePath": "cached/transcode",