[PR #8401] Fix special features not being sorted #11705

Closed
opened 2026-02-07 06:43:03 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8401

State: closed
Merged: Yes


Changes
Make the GetSpecialFeatures function consistent with the rest of the file by using GetExtras() and filtering down to what is needed. The overloaded GetExtras(BaseItem.DisplayExtraTypes) was only used for GetSpecialFeature, so I opted to delete it as it is no longer needed.

Issues
8387

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/8401 **State:** closed **Merged:** Yes --- **Changes** Make the `GetSpecialFeatures` function consistent with the rest of the file by using `GetExtras()` and filtering down to what is needed. The overloaded `GetExtras(BaseItem.DisplayExtraTypes)` was only used for `GetSpecialFeature`, so I opted to delete it as it is no longer needed. **Issues** [8387](https://github.com/jellyfin/jellyfin/issues/8387)
OVERLORD added the pull-request label 2026-02-07 06:43:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11705