mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Added the updater to the soloution and did a bit of starting code.
This commit is contained in:
parent
98eadc9cc6
commit
96a40a2aaa
8 changed files with 165 additions and 24 deletions
13
PlexRequests.Updater/Program.cs
Normal file
13
PlexRequests.Updater/Program.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
|
||||
namespace PlexRequests.Updater
|
||||
{
|
||||
class MainClass
|
||||
{
|
||||
public static void Main (string[] args)
|
||||
{
|
||||
Console.WriteLine ("Starting PlexRequests .Net updater");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue