mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Specify charset in content type for subtitles
This commit is contained in:
parent
f0f44e1704
commit
0ee00337f3
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export function storeVideoCaption (inputPath: string, filename: string) {
|
|||
objectStorageKey: generateCaptionObjectStorageKey(filename),
|
||||
bucketInfo: CONFIG.OBJECT_STORAGE.CAPTIONS,
|
||||
isPrivate: false,
|
||||
contentType: 'text/vtt'
|
||||
contentType: 'text/vtt; charset=UTF-8'
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue