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: crash when different threads access playing queue #6083

Merged
merged 1 commit into from
May 26, 2024

Conversation

Bnyro
Copy link
Member

@Bnyro Bnyro commented May 26, 2024

This prevents concurrent access of the playing queue from different threads by using Java's synchronized feature.

closes #6023

@Bnyro Bnyro merged commit 3a3b5df into libre-tube:master May 26, 2024
2 of 3 checks passed
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.

Crashes when playing a video in a playlist
1 participant