Update target mimetype
This commit is contained in:
parent
dfa25baa7f
commit
1353d5ce65
@ -27,7 +27,7 @@ namespace OCA\Office;
|
|||||||
class Storage {
|
class Storage {
|
||||||
|
|
||||||
public static function getDocuments() {
|
public static function getDocuments() {
|
||||||
$list=\OCP\Files::searchByMime('video' );
|
$list=\OCP\Files::searchByMime('application/vnd.oasis.opendocument.text');
|
||||||
return $list;
|
return $list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user