mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
I think we have finished the main bulk of the auto updater #29
This commit is contained in:
parent
915459a141
commit
0601f04582
4 changed files with 47 additions and 13 deletions
|
@ -26,10 +26,10 @@
|
|||
#endregion
|
||||
namespace PlexRequests.UI.Start
|
||||
{
|
||||
public enum UpdateValue
|
||||
public enum UpdateValue : int
|
||||
{
|
||||
None,
|
||||
Updated,
|
||||
Failed
|
||||
None = 0,
|
||||
Updated = 1,
|
||||
Failed = 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue