Update Emby.Server.Implementations/IStartupOptions.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Neil Burrows 2020-05-20 14:29:18 +01:00 committed by GitHub
parent d7b2c2a176
commit a646a91e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ namespace Emby.Server.Implementations
string PluginManifestUrl { get; }
/// <summary>
/// Gets the value of the --auto-discover-publish-url command line option.
/// Gets the value of the --published-server-url command line option.
/// </summary>
Uri PublishedServerUrl { get; }
}