diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2021-03-08 18:06:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-08 18:06:40 -0500 |
| commit | 3c46f10e3d120dd76f5d3455dae710a900d68bc1 (patch) | |
| tree | 159ca098d9af850ae570fd4c76fb5ce69733849b /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 0ef8bea1251632a6b94ffc187efe4c36d220fdde (diff) | |
| parent | d3390302f9c3d62bb9c878f52cf11f9f00438cb1 (diff) | |
Merge pull request #5315 from BaronGreenback/FixFor5280Part2
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 6378625e8..20bfa697e 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -55,7 +55,7 @@ namespace MediaBrowser.Controller /// <summary> /// Gets the configured published server url. /// </summary> - Uri PublishedServerUrl { get; } + string PublishedServerUrl { get; } /// <summary> /// Gets the system info. |
