mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Styling for #27
This commit is contained in:
parent
aa2949cdd0
commit
db35897f05
22 changed files with 813 additions and 148 deletions
|
@ -95,7 +95,7 @@ namespace PlexRequests.Updater
|
|||
fullname = entry.FullName.Replace("Release/", string.Empty);
|
||||
}
|
||||
|
||||
var fullPath = Path.Combine(Path.Combine(Path.GetDirectoryName(Application.ExecutablePath)), fullname);
|
||||
var fullPath = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), fullname);
|
||||
|
||||
if (string.IsNullOrEmpty(entry.Name))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue