mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
prevent error in media player ajax api
This commit is contained in:
parent
1f6be85719
commit
330c513015
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue