mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Do not set a static content root if the jellyfin-web directory does not exist or is empty
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user