mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
First pass of the updater working. #29
This commit is contained in:
parent
eafa0486f8
commit
030c013862
8 changed files with 270 additions and 121 deletions
|
@ -61,6 +61,9 @@ namespace PlexRequests.UI
|
|||
x => x.Port,
|
||||
e => -1);
|
||||
|
||||
var updated = result.MapResult(x => x.Updated, e => false);
|
||||
//TODO
|
||||
|
||||
PrintToConsole("Starting Up! Please wait, this can usually take a few seconds.", ConsoleColor.Yellow);
|
||||
|
||||
Log.Trace("Getting product version");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue