mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Initial Commit
This commit is contained in:
commit
74ac3bb599
106 changed files with 118079 additions and 0 deletions
21
NzbDrone/Program.cs
Normal file
21
NzbDrone/Program.cs
Normal file
|
@ -0,0 +1,21 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Console
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var server = new CassiniDev.CassiniDevServer();
|
||||
server.StartServer(@"D:\Opensource\Spongebob\NzbDrone.Web");
|
||||
|
||||
|
||||
System.Console.WriteLine(server.NormalizeUrl(@"series"));
|
||||
System.Console.ReadLine();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue