diff options
| author | syeopite <syeopite@syeopite.dev> | 2021-09-19 15:06:59 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-09-19 15:06:59 -0700 |
| commit | 67b01506c9429e7e0f8b5d081b6eaaf2c5fa5202 (patch) | |
| tree | 2f303e4c305d4a1fe1a3ae140d409ee388023a25 | |
| parent | b20b802a8df8df88f0ab163eb3381445fa269f7d (diff) | |
| download | invidious-67b01506c9429e7e0f8b5d081b6eaaf2c5fa5202.tar.gz invidious-67b01506c9429e7e0f8b5d081b6eaaf2c5fa5202.tar.bz2 invidious-67b01506c9429e7e0f8b5d081b6eaaf2c5fa5202.zip | |
Update note on video.js in js dependencies file
| -rw-r--r-- | videojs-dependencies.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/videojs-dependencies.yml b/videojs-dependencies.yml index 991aa479..6de23d25 100644 --- a/videojs-dependencies.yml +++ b/videojs-dependencies.yml @@ -1,8 +1,6 @@ -# Until one of the dependencies gets fixed we're stuck on 7.10.2 -# since dash qualities levels's can't be changed. -# -# Note: FreeTube currently uses a later version of video.js and videojs-http-source-selector -# so maybe it's something wrong with how Invidious constructs dash manifests? +# Due to an firefox issue, we're stuck on 7.11.0. If you're hosting a private instance +# and you're using a chromium based browser, feel free to bump this to the latest version +# in order to get support for higher resolutions on more videos. video.js: version: 7.11.0 shasum: e20747d890716085e7255a90d73c00f32324a224 |
