4f07aab8b1
Also update linting rules to match other community repositories.
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
export default {
|
|
SRT: 'application/x-subrip',
|
|
TTML: 'application/ttml+xml',
|
|
VTT: 'text/vtt',
|
|
};
|