mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 12:34:56 +01:00
fixes #532 - Add ability to sort music artists/genres by song or music video count
This commit is contained in:
@@ -78,5 +78,8 @@ namespace MediaBrowser.Model.Querying
|
||||
public const string MovieCount = "MovieCount";
|
||||
public const string SeriesCount = "SeriesCount";
|
||||
public const string EpisodeCount = "EpisodeCount";
|
||||
public const string SongCount = "SongCount";
|
||||
public const string AlbumCount = "AlbumCount";
|
||||
public const string MusicVideoCount = "MusicVideoCount";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user