Disable mime check on video subs
This commit is contained in:
parent
0806c74f8c
commit
7dc5ca6020
|
@ -12,7 +12,7 @@ export const VideosSubtitles = buildCollectionConfig({
|
|||
hidden: shownOnlyToAdmin,
|
||||
},
|
||||
upload: {
|
||||
mimeTypes: ["text/*"],
|
||||
// mimeTypes: ["text/*"], Disable because of a bug on Chrome windows where the MIME is detected as application/octet-stream instead of text/vtt or text/plain
|
||||
disableLocalStorage: true,
|
||||
},
|
||||
timestamps: false,
|
||||
|
|
Loading…
Reference in New Issue