mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix js fail in media player
This commit is contained in:
parent
5b70e2fb25
commit
03f81fdd88
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ Collection={
|
|||
Collection.parent.find('tr').removeClass('active');
|
||||
$('tr[data-artist="'+artist.name+'"]').addClass('active');
|
||||
});
|
||||
expander='';
|
||||
if(artist.songs.length>1){
|
||||
expander=$('<a class="expander">></a>');
|
||||
expander.data('expanded',false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue