1
0
Fork 0

Support text/plain caption files

This commit is contained in:
Chocobozzz 2019-10-18 10:36:32 +02:00
parent 405ec98b91
commit 2f26030dd2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,8 @@ const MIMETYPES = {
VIDEO_CAPTIONS: {
MIMETYPE_EXT: {
'text/vtt': '.vtt',
'application/x-subrip': '.srt'
'application/x-subrip': '.srt',
'text/plain': '.srt'
}
},
TORRENT: {