Do not set a static content root if the jellyfin-web directory does not exist or is empty

This commit is contained in:
Mark Monteiro
2020-02-25 16:51:36 +01:00
parent f11678ae4b
commit 26af5ea45a
3 changed files with 19 additions and 5 deletions

View File

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