mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Fix option to disable server discovery
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user