mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07: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; }
|
|
}
|
|
} |