From baf0e2f23a5e9a8a4f384ade17a4780b4dd5f9e6 Mon Sep 17 00:00:00 2001 From: Heckyel Date: Mon, 26 Dec 2016 22:17:40 -0500 Subject: Perfect Responsive Desing --- librevideojs/js/cliplibrejs-playlists.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'librevideojs/js/cliplibrejs-playlists.js') diff --git a/librevideojs/js/cliplibrejs-playlists.js b/librevideojs/js/cliplibrejs-playlists.js index 9826f02..bbee6c5 100644 --- a/librevideojs/js/cliplibrejs-playlists.js +++ b/librevideojs/js/cliplibrejs-playlists.js @@ -5,8 +5,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyleft 2016 Jesús Eduardo, Jorge Maldonado Ventura. - * + * Copyleft 2016 Heckyel - Cybersy * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU @@ -34,8 +33,8 @@ function playList(options,arg){ player.pl._guessVideoType = function(video){ var videoTypes = { 'webm' : 'video/webm', + 'ogv' : 'video/ogg', 'mp4' : 'video/mp4', - 'ogv' : 'video/ogg' }; var extension = video.split('.').pop(); -- cgit v1.2.3