Add Metadata Profiles (#132)

* Add Metadata Profiles

* fixup! Codacy
This commit is contained in:
Qstick
2017-11-25 22:51:37 -05:00
committed by GitHub
parent dd11f74073
commit 5b7339cd73
92 changed files with 2611 additions and 145 deletions
@@ -9,6 +9,7 @@ namespace Lidarr.Api.V1.Artist
public bool? Monitored { get; set; }
public int? QualityProfileId { get; set; }
public int? LanguageProfileId { get; set; }
public int? MetadataProfileId { get; set; }
//public SeriesTypes? SeriesType { get; set; }
public bool? AlbumFolder { get; set; }
public string RootFolderPath { get; set; }