Lidarr/NzbDrone.Core/Download/Clients/Sabnzbd/SabCategoryModel.cs

10 lines
190 B
C#

using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
public class SabCategoryModel
{
public List<string> categories { get; set; }
}
}