media scanner fix

This commit is contained in:
Bartek Przybylski 2012-03-11 17:29:21 +01:00
parent f6075cc1fe
commit 4b8ff4d910
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Scanner={
$('#scancount').show();
},
stop:function(){
Scanner.close();
Scanner.eventSource.close();
},
};