mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Prevent server from starting if the ffmpeg path is invalid (#12463)
This commit is contained in:
@@ -47,6 +47,8 @@ namespace Jellyfin.Server.Integration.Tests
|
||||
/// <inheritdoc/>
|
||||
protected override void ConfigureWebHost(IWebHostBuilder builder)
|
||||
{
|
||||
// Skip ffmpeg check for testing
|
||||
Environment.SetEnvironmentVariable("JELLYFIN_FFMPEG__NOVALIDATION", "true");
|
||||
// Specify the startup command line options
|
||||
var commandLineOpts = new StartupOptions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user