Преглед на файлове

Update Emby.Server.Implementations/IStartupOptions.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Neil Burrows преди 5 години
родител
ревизия
a646a91e15
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Emby.Server.Implementations/IStartupOptions.cs

+ 1 - 1
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; }
     }