diff options
| author | syeopite <syeopite@syeopite.dev> | 2021-09-12 00:24:10 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-09-18 13:30:17 -0700 |
| commit | c32cae00d54a61a647aa509f00f5ffd13c9415f9 (patch) | |
| tree | 6f26f1dc7ccbc4e7f743d14b2d7ad441a72e83ea | |
| parent | 02431b3f982c4dc4a385566718a57abec47d5950 (diff) | |
| download | invidious-c32cae00d54a61a647aa509f00f5ffd13c9415f9.tar.gz invidious-c32cae00d54a61a647aa509f00f5ffd13c9415f9.tar.bz2 invidious-c32cae00d54a61a647aa509f00f5ffd13c9415f9.zip | |
Fix phrasing
| -rw-r--r-- | videojs-dependencies.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/videojs-dependencies.yml b/videojs-dependencies.yml index 1ee00b1f..2688debe 100644 --- a/videojs-dependencies.yml +++ b/videojs-dependencies.yml @@ -38,15 +38,14 @@ videojs-vtt-thumbnails: # 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. - +# Ditto. Although this extension contains the complied variant in its git repo, +# it lacks any sort of versioning. As such, the script will ignore it. +# # videojs-youtube-annotations: # github: https://github.com/afrmtbl/videojs-youtube-annotations |
