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

Videos: Fix missing host parameter on playback URLs when local=true #4992

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SamantazFox
Copy link
Member

In #4850, the host= parameter ceased to be added to videoplayback URLs by default, as it should only be added when the video is proxied through invidious.

This change revealed that some parts of the code didn't properly "proxify" the playback URL (= adding back that host= parameter) when local=true was passed to those endpoints.

Thanks to @Fijxu for raising that problem!

@SamantazFox SamantazFox requested a review from a team as a code owner October 9, 2024 14:23
@SamantazFox SamantazFox requested review from unixfox and removed request for a team October 9, 2024 14:23
@SamantazFox SamantazFox added the in-testing This feature has been deployed and is being tested label Oct 30, 2024
Copy link

@fpletz fpletz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes playback on my invidious instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-testing This feature has been deployed and is being tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants