diff --git a/ErsatzTV/Services/RunOnce/PlatformSettingsService.cs b/ErsatzTV/Services/RunOnce/PlatformSettingsService.cs index cd1bd4745..532e6d909 100644 --- a/ErsatzTV/Services/RunOnce/PlatformSettingsService.cs +++ b/ErsatzTV/Services/RunOnce/PlatformSettingsService.cs @@ -21,7 +21,7 @@ public class PlatformSettingsService(IServiceScopeFactory serviceScopeFactory) : { NvEncSharpRedirector.Init(); } - catch (DllNotFoundException) + catch (FileNotFoundException) { // do nothing }