mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Missed brace
This commit is contained in:
parent
7cf649c020
commit
c0641460f6
1 changed files with 1 additions and 0 deletions
|
@ -39,5 +39,6 @@ namespace PlexRequests.UI.Helpers
|
||||||
var dirInfo = new DirectoryInfo(assemblyLocation);
|
var dirInfo = new DirectoryInfo(assemblyLocation);
|
||||||
var webFolder = dirInfo.Parent?.Parent?.Parent;
|
var webFolder = dirInfo.Parent?.Parent?.Parent;
|
||||||
return webFolder?.FullName;
|
return webFolder?.FullName;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue