add more data to media report

This commit is contained in:
Luke Pulverenti
2014-03-02 21:17:12 -05:00
parent aacbd70c97
commit 2db452f68f
5 changed files with 22 additions and 28 deletions

View File

@@ -229,7 +229,19 @@ namespace MediaBrowser.Controller.Entities
}
}
public bool IsUnidentified { get; set; }
[IgnoreDataMember]
public bool IsUnidentified
{
get
{
if (ProviderIds.Any())
{
return false;
}
return false;
}
}
/// <summary>
/// Gets or sets the locked fields.