aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Querying/ItemSortBy.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Querying/ItemSortBy.cs')
-rw-r--r--MediaBrowser.Model/Querying/ItemSortBy.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Querying/ItemSortBy.cs b/MediaBrowser.Model/Querying/ItemSortBy.cs
index 09b8f0e18..b07db396a 100644
--- a/MediaBrowser.Model/Querying/ItemSortBy.cs
+++ b/MediaBrowser.Model/Querying/ItemSortBy.cs
@@ -86,5 +86,8 @@ namespace MediaBrowser.Model.Querying
public const string VideoBitRate = "VideoBitRate";
public const string AirTime = "AirTime";
public const string Metascore = "Metascore";
+ public const string Studio = "Studio";
+ public const string Players = "Players";
+ public const string GameSystem = "GameSystem";
}
}