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:
Maxr1998
2022-02-17 01:35:59 +01:00
parent 5825a0572b
commit 0aaf2f470a
3 changed files with 104 additions and 0 deletions

View File

@@ -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";
}
}