mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 16:20:06 +00:00
add "text only" as another advanced option for captions format
This commit is contained in:
committed by
Alex Shnitman
parent
dd4e05325a
commit
8dff6448b2
@@ -102,6 +102,7 @@ export class App implements AfterViewInit, OnInit {
|
||||
faTachometerAlt = faTachometerAlt;
|
||||
subtitleFormats = [
|
||||
{ id: 'srt', text: 'SRT' },
|
||||
{ id: 'txt', text: 'TXT (Text only)' },
|
||||
{ id: 'vtt', text: 'VTT' },
|
||||
{ id: 'ttml', text: 'TTML' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user