fix javascript error in media player
This commit is contained in:
parent
7cd592e055
commit
e0ff57e8c2
|
@ -55,7 +55,7 @@ Collection={
|
|||
for(var i=0;i<Collection.loadedListeners.length;i++){
|
||||
Collection.loadedListeners[i]();
|
||||
}
|
||||
if(collection.length==0){
|
||||
if(data.songs[i].length==0){
|
||||
$('#scan input.start').val(t('media','Scan Collection'));
|
||||
$('#scan input.start').click();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue