From 6fc602323fc6ced1ba57c69d0b1fe99acbf1bf94 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:46:54 -0500 Subject: [PATCH] catch proper exception (#2507) --- ErsatzTV/Services/RunOnce/PlatformSettingsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }