Merge pull request #1588 from dkanada/url

Add base url option to server configuration
This commit is contained in:
Anthony Lavado
2019-08-16 14:16:18 -04:00
committed by GitHub
2 changed files with 13 additions and 96 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[]