소스 검색

Update MediaBrowser.Controller/IServerApplicationHost.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 년 전
부모
커밋
9f03064ad8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Controller/IServerApplicationHost.cs

+ 1 - 1
MediaBrowser.Controller/IServerApplicationHost.cs

@@ -53,7 +53,7 @@ namespace MediaBrowser.Controller
         string FriendlyName { get; }
 
         /// <summary>
-        /// Gets a value indicating whether this instance has a custom published url.
+        /// Gets the configured published server url.
         /// </summary>
         Uri PublishedServerUrl { get; }