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

Add Label entity

This commit is contained in:
Afterster 2015-04-21 00:05:41 +02:00
parent 3016b8f138
commit 0a1b46f437
23 changed files with 1194 additions and 5 deletions

View file

@ -326,6 +326,10 @@ class Browse extends Query
$video_type = $type;
$box_req = AmpConfig::get('prefix') . '/templates/show_videos.inc.php';
break;
case 'label':
$box_title = T_('Labels');
$box_req = AmpConfig::get('prefix') . '/templates/show_labels.inc.php';
break;
default:
// Rien a faire
break;