mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-05 14:32:23 +00:00
10 lines
No EOL
207 B
C#
10 lines
No EOL
207 B
C#
using System.Linq;
|
|
|
|
namespace NzbDrone.Api.RequestModels
|
|
{
|
|
public class QualityProfileRequest : IApiRequest
|
|
{
|
|
public string ApiKey { get; set; }
|
|
public int Id { get; set; }
|
|
}
|
|
} |