mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
Add Label entity
This commit is contained in:
parent
3016b8f138
commit
0a1b46f437
23 changed files with 1194 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue