Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inverted SkipWhile #4936

Merged
merged 1 commit into from
Jan 3, 2021
Merged

Conversation

crobibero
Copy link
Member

@crobibero crobibero commented Jan 3, 2021

Fixes #4932

Confirmed this was the original functionality from 10.6

episodes = episodes.SkipWhile(i => !string.Equals(i.Id.ToString("N", CultureInfo.InvariantCulture), request.StartItemId, StringComparison.OrdinalIgnoreCase)).ToList();

@crobibero crobibero added the stable backport Backport into the next stable release label Jan 3, 2021
@Bond-009 Bond-009 merged commit 841996c into jellyfin:master Jan 3, 2021
@crobibero crobibero deleted the series-start-item-id branch January 3, 2021 16:41
joshuaboniface pushed a commit that referenced this pull request Jan 23, 2021
Fix inverted SkipWhile

(cherry picked from commit 841996c)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
@joshuaboniface joshuaboniface removed the stable backport Backport into the next stable release label Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server not respecting startItemId
4 participants