mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Fix option to disable server discovery
This commit is contained in:
parent
68e7072698
commit
3cb49d6df0
9 changed files with 39 additions and 30 deletions
|
|
@ -14,6 +14,11 @@ namespace MediaBrowser.Controller.Extensions
|
|||
/// </summary>
|
||||
public const string DefaultRedirectKey = "DefaultRedirectPath";
|
||||
|
||||
/// <summary>
|
||||
/// The key for the address override option.
|
||||
/// </summary>
|
||||
public const string AddressOverrideKey = "PublishedServerUrl";
|
||||
|
||||
/// <summary>
|
||||
/// The key for a setting that indicates whether the application should host web client content.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue