Remove submodule and add clone and build to CI

This commit is contained in:
Erwin de Haan
2019-09-24 16:22:26 +02:00
parent 1156b8f100
commit 0ca0d9d01e
8 changed files with 33 additions and 17 deletions

View File

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