1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

HTML5 player replaced by JPlayer and add an iframed version of the player

This commit is contained in:
Afterster 2013-10-22 14:13:29 +02:00
parent c6680009ce
commit 99ad5f7f82
27 changed files with 1929 additions and 382 deletions

View file

@ -45,6 +45,7 @@ switch ($_REQUEST['action']) {
$new = $_POST['type'];
break;
case 'html5_player':
case 'html5_player_embedded':
$new = $_POST['type'];
// Rien a faire
break;