dav: remove dead code

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/823/head
Varun Patil 2023-09-12 09:17:17 -07:00
parent fd7ac71d96
commit a4175ad59e
1 changed files with 0 additions and 15 deletions

View File

@ -21,21 +21,6 @@ export const props = `
<oc:favorite />
<d:resourcetype />`;
export const IMAGE_MIME_TYPES = [
'image/png',
'image/jpeg',
'image/heic',
'image/png',
'image/tiff',
'image/gif',
'image/bmp',
'video/mpeg',
'video/webm',
'video/mp4',
'video/quicktime',
'video/x-matroska',
];
const GET_FILE_CHUNK_SIZE = 50;
type GetFilesOpts = {