diff options
| author | syeopite <syeopite@syeopite.dev> | 2021-09-12 00:10:22 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-09-18 13:30:17 -0700 |
| commit | 0323202a0313ed69e8df00ee077edeaea61109a3 (patch) | |
| tree | ac2159a0cca1478cd72596c0b1e2ece2914acd4b /videojs-dependencies.yml | |
| parent | b6670a7e3d8f5319810a99766296269ee458d73f (diff) | |
| download | invidious-0323202a0313ed69e8df00ee077edeaea61109a3.tar.gz invidious-0323202a0313ed69e8df00ee077edeaea61109a3.tar.bz2 invidious-0323202a0313ed69e8df00ee077edeaea61109a3.zip | |
Revert to iv-org fork of silvermine-videojs-quality-selector
Upstream requires at least two additional sources. Whereas Invidious needs it to be
able to display a single additional source for normal (dashless)
qualites. Aka medium and hd720.
Diffstat (limited to 'videojs-dependencies.yml')
| -rw-r--r-- | videojs-dependencies.yml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/videojs-dependencies.yml b/videojs-dependencies.yml index c1625bfe..1ee00b1f 100644 --- a/videojs-dependencies.yml +++ b/videojs-dependencies.yml @@ -34,9 +34,18 @@ videojs-vtt-thumbnails: version: 0.0.13 shasum: d1e7d47f4ed80bb52f5fc4f4bad4bfc871f5970f -silvermine-videojs-quality-selector: - version: 1.1.2 - shasum: 94033ff9ee52ba6da1263b97c9a74d5b3dfdf711 +# We're using iv-org's fork of videojs-quality-selector, +# which isn't published on NPM, and doesn't have any +# easy way of fetching the compiled variant. +# + +# silvermine-videojs-quality-selector: +# version: 1.1.2 +# shasum: 94033ff9ee52ba6da1263b97c9a74d5b3dfdf711 + + +# Ditto. Although, this one does allow us to use git to fetch the compiled version. +# However, it lacks versioning. # videojs-youtube-annotations: # github: https://github.com/afrmtbl/videojs-youtube-annotations |
