Support text/plain caption files
This commit is contained in:
parent
405ec98b91
commit
2f26030dd2
1 changed files with 2 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue