mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
Added budget as a sort order
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user