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 exception due to adding elements to fixed length arrays #162

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

thornbill
Copy link
Member

This wraps Arrays.toList() calls in an ArrayList if elements are later added to the List. This was causing an exception due to Arrays.toList() creating a fixed length List.

@dkanada dkanada merged commit f478ea5 into jellyfin:master Oct 1, 2019
@thornbill thornbill deleted the fix-arrays-aslist branch October 1, 2019 03:57
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.

None yet

2 participants