浏览代码

Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 年之前
父节点
当前提交
73ca367bf9
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 3
Emby.Server.Implementations/ApplicationHost.cs

@@ -135,9 +135,7 @@ namespace Emby.Server.Implementations
 
         public bool CoreStartupHasCompleted { get; private set; }
 
-        /// <summary>
-        /// Gets a value indicating whether this instance has a custom published url.
-        /// </summary>
+        /// <inheritdoc />
         public Uri PublishedServerUrl => _startupOptions.PublishedServerUrl;
 
         public virtual bool CanLaunchWebBrowser