summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyeopite <syeopite@syeopite.dev>2021-09-11 23:44:12 -0700
committersyeopite <syeopite@syeopite.dev>2021-09-18 13:30:17 -0700
commit3a6085ad31eaf1a94946ccdc4eaf66e76165e90b (patch)
tree4e06cb084dd3760a5428523aad59cc37113f44b9
parent6e1b62aedfa302409e0f991576660068b0015898 (diff)
downloadinvidious-3a6085ad31eaf1a94946ccdc4eaf66e76165e90b.tar.gz
invidious-3a6085ad31eaf1a94946ccdc4eaf66e76165e90b.tar.bz2
invidious-3a6085ad31eaf1a94946ccdc4eaf66e76165e90b.zip
Readd player.css
-rw-r--r--src/invidious/views/components/player_sources.ecr3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/invidious/views/components/player_sources.ecr b/src/invidious/views/components/player_sources.ecr
index 6573b542..59f98003 100644
--- a/src/invidious/views/components/player_sources.ecr
+++ b/src/invidious/views/components/player_sources.ecr
@@ -3,8 +3,7 @@
<link rel="stylesheet" href="/videojs/videojs-markers/videojs.markers.css?v=<%= ASSET_COMMIT %>">
<link rel="stylesheet" href="/videojs/videojs-share/videojs-share.css?v=<%= ASSET_COMMIT %>">
<link rel="stylesheet" href="/videojs/videojs-vtt-thumbnails/videojs-vtt-thumbnails.css?v=<%= ASSET_COMMIT %>">
-<link rel="stylesheet" href="/videojs/videojs-mobile-ui/videojs-mobile-ui.css?v=<%= ASSET_COMMIT -%>">
-
+<link rel="stylesheet" href="/videojs/videojs-mobile-ui/videojs-mobile-ui.css?v=<%= ASSET_COMMIT %>">
<link rel="stylesheet" href="/css/player.css?v=<%= ASSET_COMMIT %>">
<script src="/videojs/video.js/video.js?v=<%= ASSET_COMMIT %>"></script>