aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IStartupOptions.cs
diff options
context:
space:
mode:
authorNeil Burrows <neil.burrows@nvable.com>2020-05-02 17:56:09 +0100
committerNeil Burrows <neil.burrows@nvable.com>2020-05-02 17:56:09 +0100
commitb737301c709ba4c2575b2a38ddbba6de96477413 (patch)
tree812ebc6fee70b77161a6f62707da740dc4d78f23 /Emby.Server.Implementations/IStartupOptions.cs
parent62e251663fce8216cea529f85382299ac2f39fbc (diff)
Auto discover published URL override
Diffstat (limited to 'Emby.Server.Implementations/IStartupOptions.cs')
-rw-r--r--Emby.Server.Implementations/IStartupOptions.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/IStartupOptions.cs b/Emby.Server.Implementations/IStartupOptions.cs
index 16b68170b..a3a047057 100644
--- a/Emby.Server.Implementations/IStartupOptions.cs
+++ b/Emby.Server.Implementations/IStartupOptions.cs
@@ -36,5 +36,10 @@ namespace Emby.Server.Implementations
/// Gets the value of the --plugin-manifest-url command line option.
/// </summary>
string PluginManifestUrl { get; }
+
+ /// <summary>
+ /// Gets the value of the --auto-discover-publish-url command line option.
+ /// </summary>
+ string AutoDiscoverPublishUrl { get; }
}
}