1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

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
parent 5ea626585f
commit 74105974dd
8 changed files with 172 additions and 6 deletions
@@ -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; }
}
}