Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback
2021-02-27 17:34:48 +00:00
committed by GitHub
parent 9f03064ad8
commit 73ca367bf9

View File

@@ -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