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

@@ -567,7 +567,7 @@ namespace MediaBrowser.Controller.Entities
/// Gets or sets the budget.
/// </summary>
/// <value>The budget.</value>
public double Budget { get; set; }
public double? Budget { get; set; }
/// <summary>
/// Gets or sets the production locations.