Skip to content

Commit

Permalink
dav: remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Sep 12, 2023
1 parent fd7ac71 commit a4175ad
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/services/dav/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a4175ad

Please sign in to comment.