update components

This commit is contained in:
Luke Pulverenti
2017-02-26 16:47:52 -05:00
parent 666604e8cb
commit 5fa3817a76
35 changed files with 51 additions and 1397 deletions

View File

@@ -20,11 +20,6 @@
/// </summary>
AwardSummary,
/// <summary>
/// The budget
/// </summary>
Budget,
/// <summary>
/// The can delete
/// </summary>
@@ -173,11 +168,6 @@
RecursiveItemCount,
/// <summary>
/// The revenue
/// </summary>
Revenue,
/// <summary>
/// The season name
/// </summary>

View File

@@ -20,14 +20,6 @@ namespace MediaBrowser.Model.Querying
/// </summary>
public const string Artist = "Artist";
/// <summary>
/// The budget
/// </summary>
public const string Budget = "Budget";
/// <summary>
/// The revenue
/// </summary>
public const string Revenue = "Revenue";
/// <summary>
/// The date created
/// </summary>
public const string DateCreated = "DateCreated";