diff --git a/PlexRequests.UI/Helpers/DebugRootPathProvider.cs b/PlexRequests.UI/Helpers/DebugRootPathProvider.cs index b9efece1a..d7cfee6b6 100644 --- a/PlexRequests.UI/Helpers/DebugRootPathProvider.cs +++ b/PlexRequests.UI/Helpers/DebugRootPathProvider.cs @@ -39,5 +39,6 @@ namespace PlexRequests.UI.Helpers var dirInfo = new DirectoryInfo(assemblyLocation); var webFolder = dirInfo.Parent?.Parent?.Parent; return webFolder?.FullName; + } } } \ No newline at end of file