Add further resources to complete WebPath

This commit is contained in:
Joshua Boniface
2019-03-10 17:04:18 -04:00
parent 25deca9579
commit 132ce3ece1
6 changed files with 28 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ namespace Jellyfin.Server
if (string.IsNullOrEmpty(webDir))
{
// Use default location under ResourcesPath
webDir = Path.Combine(AppContext.BaseDirectory, "jellyfin-web")
webDir = Path.Combine(AppContext.BaseDirectory, "jellyfin-web");
}
}