mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
Properly host static files and set base url
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using MediaBrowser.Model.Configuration;
|
||||
|
||||
namespace MediaBrowser.Common.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
@@ -17,8 +15,7 @@ namespace MediaBrowser.Common.Configuration
|
||||
/// Gets the path to the web UI resources folder.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This value is not relevant if the server is configured to not host any static web content. Additionally,
|
||||
/// the value for <see cref="ServerConfiguration.DashboardSourcePath"/> takes precedence over this one.
|
||||
/// This value is not relevant if the server is configured to not host any static web content.
|
||||
/// </remarks>
|
||||
string WebPath { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user