1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-01 04:25:55 +00:00
Lidarr/NzbDrone.Core/Download/Clients/Sabnzbd/SabVersionModel.cs

8 lines
145 B
C#
Raw Normal View History

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