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 switching through video files too fast #63

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

cloudy-dev
Copy link

@cloudy-dev cloudy-dev commented Nov 29, 2024

Due to description not being available yet the UI will crash when spam clicking the forwards/back button in the UI.

The problematic call with the first argument occasionally being null is: return string.gsub(state.localDescription, '\\N', ' ')

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Due to description not being available yet the UI will crash when spam clicking the forwards/back button in the UI.

The problematic call with the first argument occasionally being null is:
return string.gsub(state.localDescription, '\\N', ' ')
@zydezu zydezu merged commit 3d2d2ae into zydezu:main Nov 29, 2024
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