1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-18 23:48:35 +02:00
Sonarr/NzbDrone.Core/Download/Clients/Sabnzbd/SabVersionModel.cs

8 lines
145 B
C#
Raw Normal View History

2013-07-19 06:47:55 +03:00
namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
public class SabVersionModel
{
public string Version { get; set; }
}
}