prevent error in media player ajax api
This commit is contained in:
parent
1f6be85719
commit
330c513015
|
@ -106,7 +106,7 @@ if($arguments['action']){
|
|||
}
|
||||
break;
|
||||
case 'play':
|
||||
ob_end_clean();
|
||||
@ob_end_clean();
|
||||
|
||||
$ftype=OC_Filesystem::getMimeType( $arguments['path'] );
|
||||
|
||||
|
|
Loading…
Reference in New Issue