New: Added test button to SABnzbd.

New: Added test button to Prowl.
This commit is contained in:
Mark McDowall 2012-03-17 21:14:32 -07:00
commit 74105974dd
8 changed files with 172 additions and 6 deletions

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Core.Model.Sabnzbd
{
public class SabVersionModel
{
public string Version { get; set; }
}
}