fix: align episode streams modal provider sorting with streams screen#759
Open
AbdelilahOu wants to merge 1 commit intoNuvioMedia:mainfrom
Open
fix: align episode streams modal provider sorting with streams screen#759AbdelilahOu wants to merge 1 commit intoNuvioMedia:mainfrom
AbdelilahOu wants to merge 1 commit intoNuvioMedia:mainfrom
Conversation
Author
|
I have been using this app, for the past month and its been great honestly, switched from stremio becouse of the better tracking and UI, i have more add-ons installed than the official http add-on for streams and when i wanna watch the next episode i have to scroll down to find the http streams even if its set as the first one in settings, so I created this pr to fix that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Align episode stream provider ordering in the player modal with the main Streams screen logic.
EpisodeStreamsModal now sorts providers using the same rules as useStreamsScreen:
Also passes addonResponseOrder from both player implementations into the modal
(AndroidVideoPlayer and KSPlayerCore) so sorting is consistent on both platforms.
PR type
Why
Provider ordering in the episode streams modal could differ from the main Streams screen,
which caused inconsistent source ordering for the same content.
This change makes provider ordering consistent across both entry points.
Policy check
Testing
Manual testing:
Automated:
Screenshots / Video (UI changes only)
None (behavioral/sorting fix only)
Breaking changes
None
Linked issues
N/A