diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-02-27 20:01:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-27 20:01:51 +0100 |
| commit | 9e77fdc70df59cd8f6a60425c5e79c5aeb9b13c8 (patch) | |
| tree | c7d7f887c7c535d24927333262cf5fcb44c82cdc /Emby.Server.Implementations | |
| parent | e5f99762e2d15cfb9e81c92f948a5ee19d128748 (diff) | |
| parent | 73ca367bf9419b47e6be9487971bce90aec6b82d (diff) | |
Merge pull request #5312 from BaronGreenback/FixFor5280
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 0a7c5c1fb..e8aa019ab 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -135,6 +135,9 @@ namespace Emby.Server.Implementations public bool CoreStartupHasCompleted { get; private set; } + /// <inheritdoc /> + public Uri PublishedServerUrl => _startupOptions.PublishedServerUrl; + public virtual bool CanLaunchWebBrowser { get |
