add base url to server configuration

This commit is contained in:
dkanada
2019-08-05 16:25:18 -07:00
parent c987203f5a
commit d521e5c36a
2 changed files with 10 additions and 50 deletions

View File

@@ -163,6 +163,7 @@ namespace MediaBrowser.Model.Configuration
public string ServerName { get; set; }
public string WanDdns { get; set; }
public string BaseUrl { get; set; }
public string UICulture { get; set; }
@@ -243,6 +244,7 @@ namespace MediaBrowser.Model.Configuration
SortRemoveCharacters = new[] { ",", "&", "-", "{", "}", "'" };
SortRemoveWords = new[] { "the", "a", "an" };
BaseUrl = "jellyfin";
UICulture = "en-US";
MetadataOptions = new[]