mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
Add video support to playlist (fix #675)
This commit is contained in:
parent
9d9f7a2711
commit
aa19993358
23 changed files with 284 additions and 135 deletions
|
@ -237,9 +237,9 @@ class Browse extends Query
|
|||
$box_title = T_('Playlists') . $match;
|
||||
$box_req = AmpConfig::get('prefix') . UI::find_template('show_playlists.inc.php');
|
||||
break;
|
||||
case 'playlist_song':
|
||||
$box_title = T_('Playlist Songs') . $match;
|
||||
$box_req = AmpConfig::get('prefix') . UI::find_template('show_playlist_songs.inc.php');
|
||||
case 'playlist_media':
|
||||
$box_title = T_('Playlist Medias') . $match;
|
||||
$box_req = AmpConfig::get('prefix') . UI::find_template('show_playlist_medias.inc.php');
|
||||
break;
|
||||
case 'playlist_localplay':
|
||||
$box_title = T_('Current Playlist');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue