aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.php b/index.php
index ef59dfe..f9f3d4e 100644
--- a/index.php
+++ b/index.php
@@ -36,13 +36,12 @@ if (empty($_GET['link'])){
/* ---- ---- CSS ---- ---- */
$video_decode->assign('styles', array('frond' => 'templates/css/frond.min.css',
'normalize' => 'templates/css/normalize.css',
- 'teal' => 'templates/libs/librevideojs/css/teal.css',
+ 'plyr' => 'templates/libs/plyr/plyr.css',
'salida' => 'templates/css/salida.min.css')
);
/* ---- ---- JS ---- ---- */
- $video_decode->assign('javascript', array('librevideojs' => 'templates/libs/librevideojs/js/cliplibrejs.developer.js',
- 'jquery' => 'templates/libs/jquery/dist/jquery.min.js')
+ $video_decode->assign('javascript', array('plyr' => 'templates/libs/plyr/plyr.js')
);
/* ---- ---- Embed ---- ---- */