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

Only one HTML5 player in the list. Popup or Iframe version according to user setting.

This commit is contained in:
Afterster 2013-11-08 15:29:22 +01:00
parent 0eb6ba2eb6
commit c634d779d3
4 changed files with 8 additions and 22 deletions

View file

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