mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00:00
Merge pull request #1588 from dkanada/url
Add base url option to server configuration
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user