update collections

This commit is contained in:
Luke Pulverenti
2015-09-16 13:44:34 -04:00
parent 9ae7625d13
commit a4a3a54dad
4 changed files with 3 additions and 35 deletions

View File

@@ -908,12 +908,6 @@ namespace MediaBrowser.Server.Implementations.Dto
dto.DisplayMediaType = item.DisplayMediaType;
}
// Leave null if false
if (item.IsUnidentified)
{
dto.IsUnidentified = item.IsUnidentified;
}
if (fields.Contains(ItemFields.Settings))
{
dto.LockedFields = item.LockedFields;