Post Processing has been implemented, still need to finish app for SAB to NzbDrone.

This commit is contained in:
markus101 2011-03-03 00:50:33 -08:00
commit 1314d00c97
18 changed files with 345 additions and 50 deletions

View file

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace NzbDrone.PostProcessor
{
class Program
{
static void Main(string[] args)
{
}
}
}