mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-06 10:22:04 +01:00
Do not set a static content root if the jellyfin-web directory does not exist or is empty
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user