Added budget as a sort order

This commit is contained in:
Luke Pulverenti
2013-04-12 10:32:04 -04:00
parent 192e1676a4
commit b789550a56
5 changed files with 36 additions and 2 deletions

View File

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