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/AppBase/BaseApplicationPaths.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/AppBase/BaseApplicationPaths.cs')
| -rw-r--r-- | Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs index c3cdcc222..be2d198ef 100644 --- a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs +++ b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs @@ -40,7 +40,7 @@ namespace Emby.Server.Implementations.AppBase /// <summary> /// Gets the path to the web UI resources folder. /// </summary> - /// <value>The web UI resources path.</value> + /// <value>The web UI resources path, or null if the server is not hosting any web content.</value> public string WebPath { get; } /// <summary> |
