mirror of
https://github.com/iv-org/invidious.git
synced 2026-07-08 06:36:46 -05:00
Load progressive quality selector assets for iOS fallback
This commit is contained in:
parent
50e475fe0d
commit
6f902581ff
@ -20,10 +20,8 @@
|
|||||||
<script src="/js/videojs-youtube-annotations.min.js?v=<%= ASSET_COMMIT %>"></script>
|
<script src="/js/videojs-youtube-annotations.min.js?v=<%= ASSET_COMMIT %>"></script>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if params.listen || params.quality != "dash" %>
|
<link rel="stylesheet" href="/css/quality-selector.css?v=<%= ASSET_COMMIT %>">
|
||||||
<link rel="stylesheet" href="/css/quality-selector.css?v=<%= ASSET_COMMIT %>">
|
<script src="/js/silvermine-videojs-quality-selector.min.js?v=<%= ASSET_COMMIT %>"></script>
|
||||||
<script src="/js/silvermine-videojs-quality-selector.min.js?v=<%= ASSET_COMMIT %>"></script>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if !params.listen && params.vr_mode %>
|
<% if !params.listen && params.vr_mode %>
|
||||||
<link rel="stylesheet" href="/videojs/videojs-vr/videojs-vr.css?v=<%= ASSET_COMMIT %>">
|
<link rel="stylesheet" href="/videojs/videojs-vr/videojs-vr.css?v=<%= ASSET_COMMIT %>">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user