mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 11:05:08 +01:00
add movie count sort order
This commit is contained in:
@@ -74,5 +74,7 @@ namespace MediaBrowser.Model.Querying
|
||||
public const string IsFolder = "IsFolder";
|
||||
public const string IsUnplayed = "IsUnplayed";
|
||||
public const string IsPlayed = "IsPlayed";
|
||||
public const string TrailerCount = "TrailerCount";
|
||||
public const string MovieCount = "MovieCount";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user