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 downloads when intro skipper is enabled and server is not reachable #248

Conversation

Jcuhfehl
Copy link
Contributor

The getIntroTimestamps function would throw an error if any error other than a 404 occured. This isn't a problem when playing from the server, because it must be available to stream the video at all. However, when playing from downloads, the server doesn't need to be available, and the function throws an error. I fixed this by making the function never throw an error.

@jarnedemeulemeester jarnedemeulemeester merged commit 4b17e42 into jarnedemeulemeester:main Jan 27, 2023
@Jcuhfehl Jcuhfehl deleted the Fix-downloads-when-intro-skipper-is-enabled-and-server-is-not-reachable branch January 27, 2023 20:50
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