Merge pull request #7324 from Maxr1998/sort-by-index

This commit is contained in:
Bond-009
2022-03-03 13:55:45 +01:00
committed by GitHub
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";
}
}