diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-25 16:51:36 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-25 16:51:36 +0100 |
| commit | 26af5ea45a8ea02b7a3f20b0ebc31ef19f850dea (patch) | |
| tree | 1bc3cfcd4a38ca1827847cc13ca66081b31a84da /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | f11678ae4b1d3294c467ee62b16f4b2bc4a64e0d (diff) | |
Do not set a static content root if the jellyfin-web directory does not exist or is empty
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 8ea188724..a5b88f64f 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -240,7 +240,7 @@ namespace Emby.Server.Implementations public int HttpsPort { get; private set; } /// <summary> - /// Gets the content root for the webhost. + /// Gets the content root for the webhost. If the webhost is not serving static web content, this will be null. /// </summary> public string ContentRoot { get; private set; } |
