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