diff options
| author | Neil Burrows <neil@pawprint.co.uk> | 2020-05-20 14:29:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 14:29:18 +0100 |
| commit | a646a91e158de8f26cc24e6b87d4a665942c28d9 (patch) | |
| tree | 4313fcc2abb6834305e8e6449e63bd9dfc9a912b /Emby.Server.Implementations/IStartupOptions.cs | |
| parent | d7b2c2a17626e75ebb202fc9fa1186a88f670eec (diff) | |
Update Emby.Server.Implementations/IStartupOptions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/IStartupOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/IStartupOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IStartupOptions.cs b/Emby.Server.Implementations/IStartupOptions.cs index 5d22bfddc..acae702f3 100644 --- a/Emby.Server.Implementations/IStartupOptions.cs +++ b/Emby.Server.Implementations/IStartupOptions.cs @@ -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; } } |
