فهرست منبع

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