mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 00:08:29 +01:00
fixes #530 - Add ability to sort movie genres/studios/people by movie or trailer count
This commit is contained in:
@@ -76,5 +76,7 @@ namespace MediaBrowser.Model.Querying
|
||||
public const string IsPlayed = "IsPlayed";
|
||||
public const string TrailerCount = "TrailerCount";
|
||||
public const string MovieCount = "MovieCount";
|
||||
public const string SeriesCount = "SeriesCount";
|
||||
public const string EpisodeCount = "EpisodeCount";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user