mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Implement Comparers for (Parent)IndexNumber
Can be used in item queries to sort by ParentIndexNumber and IndexNumber (used for disc and track numbers for example).
This commit is contained in:
@@ -102,5 +102,9 @@ namespace MediaBrowser.Model.Querying
|
||||
public const string DateLastContentAdded = "DateLastContentAdded";
|
||||
|
||||
public const string SeriesDatePlayed = "SeriesDatePlayed";
|
||||
|
||||
public const string ParentIndexNumber = "ParentIndexNumber";
|
||||
|
||||
public const string IndexNumber = "IndexNumber";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user