Auto discover published URL override

This commit is contained in:
Neil Burrows
2020-05-02 17:56:09 +01:00
parent 62e251663f
commit b737301c70
4 changed files with 43 additions and 6 deletions

View File

@@ -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; }
}
}