mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
parent
dd11f74073
commit
5b7339cd73
92 changed files with 2611 additions and 145 deletions
|
@ -35,6 +35,16 @@ namespace Lidarr.Api.V1.Artist
|
|||
artist.ProfileId = resource.QualityProfileId.Value;
|
||||
}
|
||||
|
||||
if (resource.LanguageProfileId.HasValue)
|
||||
{
|
||||
artist.LanguageProfileId = resource.LanguageProfileId.Value;
|
||||
}
|
||||
|
||||
if (resource.MetadataProfileId.HasValue)
|
||||
{
|
||||
artist.MetadataProfileId = resource.MetadataProfileId.Value;
|
||||
}
|
||||
|
||||
if (resource.AlbumFolder.HasValue)
|
||||
{
|
||||
artist.AlbumFolder = resource.AlbumFolder.Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue