2012-11-02 07:35:49 +00:00
|
|
|
|
using System.Linq;
|
|
|
|
|
|
2012-11-03 18:23:47 +00:00
|
|
|
|
namespace NzbDrone.Api.QualityProfiles
|
2012-11-02 07:35:49 +00:00
|
|
|
|
{
|
|
|
|
|
public class QualityProfileRequest : IApiRequest
|
|
|
|
|
{
|
|
|
|
|
public string ApiKey { get; set; }
|
|
|
|
|
public int Id { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|