diff options
| author | JPVenson <6794763+JPVenson@users.noreply.github.com> | 2024-10-08 16:27:47 +0000 |
|---|---|---|
| committer | JPVenson <6794763+JPVenson@users.noreply.github.com> | 2024-10-08 16:27:47 +0000 |
| commit | ea81db67f412dee6203e3f18798e449dce7c06f9 (patch) | |
| tree | b49402a6be6d4de5eda840b2eb08498fe85d2495 /Jellyfin.Data/Enums | |
| parent | 90103165e2fd52e804ef9087f546726000ccdd83 (diff) | |
Added Sorting and Grouping
Diffstat (limited to 'Jellyfin.Data/Enums')
| -rw-r--r-- | Jellyfin.Data/Enums/ItemSortBy.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Jellyfin.Data/Enums/ItemSortBy.cs b/Jellyfin.Data/Enums/ItemSortBy.cs index 17bf1166d..ef7650294 100644 --- a/Jellyfin.Data/Enums/ItemSortBy.cs +++ b/Jellyfin.Data/Enums/ItemSortBy.cs @@ -154,14 +154,4 @@ public enum ItemSortBy /// The index number. /// </summary> IndexNumber = 29, - - /// <summary> - /// The similarity score. - /// </summary> - SimilarityScore = 30, - - /// <summary> - /// The search score. - /// </summary> - SearchScore = 31, } |
