diff options
Diffstat (limited to 'embed/index.php')
-rw-r--r-- | embed/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/index.php b/embed/index.php index d0e3691..0136083 100644 --- a/embed/index.php +++ b/embed/index.php @@ -34,7 +34,7 @@ if (empty($_GET['link'])){ ); /* ---- ---- JS ---- ---- */ - $video_decode->assign('javascript', array('plyr' => '../templates/libs/plyr/plyr.js') + $video_decode->assign('javascript', array('plyr' => '../templates/libs/plyr/plyr.min.js') ); $video_decode->display('../templates/embed.tpl'); |