display metadata fields locks
This commit is contained in:
parent
1fc15d543f
commit
2a2c049275
|
@ -265,7 +265,9 @@ namespace MediaBrowser.Api
|
|||
item.Language = request.Language;
|
||||
item.OfficialRating = request.OfficialRating;
|
||||
item.CustomRating = request.CustomRating;
|
||||
|
||||
item.DontFetchMeta = !(request.EnableInternetProviders ?? true);
|
||||
item.LockedFields = request.LockedFields;
|
||||
item.LockedImages = request.LockedImages;
|
||||
|
||||
foreach (var pair in request.ProviderIds.ToList())
|
||||
{
|
||||
|
|
|
@ -25,6 +25,14 @@ namespace MediaBrowser.Model.Entities
|
|||
/// <summary>
|
||||
/// The tags
|
||||
/// </summary>
|
||||
Tags
|
||||
Tags,
|
||||
/// <summary>
|
||||
/// The name
|
||||
/// </summary>
|
||||
Name,
|
||||
/// <summary>
|
||||
/// The overview
|
||||
/// </summary>
|
||||
Overview
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user