update saving of production locations
This commit is contained in:
parent
664f0441b0
commit
7f809108cc
|
@ -295,6 +295,11 @@ namespace MediaBrowser.Api
|
|||
item.OfficialRating = string.IsNullOrWhiteSpace(request.OfficialRating) ? null : request.OfficialRating;
|
||||
item.CustomRating = request.CustomRating;
|
||||
|
||||
if (request.ProductionLocations != null)
|
||||
{
|
||||
item.ProductionLocations = request.ProductionLocations.ToList();
|
||||
}
|
||||
|
||||
item.PreferredMetadataCountryCode = request.PreferredMetadataCountryCode;
|
||||
item.PreferredMetadataLanguage = request.PreferredMetadataLanguage;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user