mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
New: Added test button to SABnzbd.
New: Added test button to Prowl.
This commit is contained in:
parent
5ea626585f
commit
74105974dd
8 changed files with 172 additions and 6 deletions
12
NzbDrone.Core/Model/Sabnzbd/SabVersionModel.cs
Normal file
12
NzbDrone.Core/Model/Sabnzbd/SabVersionModel.cs
Normal 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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue