Skip to content

Commit 482078b

Browse files
authored
disable mp4 covers for now (#448)
1 parent 6d11464 commit 482078b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export const ALLOWED_COVER_MIMETYPES = [
117117
MIMETYPE.JPEG,
118118
MIMETYPE.PNG,
119119
MIMETYPE.GIF,
120-
MIMETYPE.MP4,
121120
]
122121

123122
export const AUTO_GENERATE_COVER_MIMETYPES = [
@@ -126,7 +125,7 @@ export const AUTO_GENERATE_COVER_MIMETYPES = [
126125
'audio/mid'
127126
]
128127

129-
export const ALLOWED_COVER_FILETYPES_LABEL = 'jpeg, png, gif, mp4'
128+
export const ALLOWED_COVER_FILETYPES_LABEL = 'jpeg, png, gif'
130129
export const MAX_EDITIONS = 10000 // Limited by contract
131130
export const MIN_ROYALTIES = 10
132131
export const MAX_ROYALTIES = 25

0 commit comments

Comments
 (0)