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.
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) whenlocal=true
was passed to those endpoints.Thanks to @Fijxu for raising that problem!