mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
video tab first prototype
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -155,6 +155,11 @@ function switch_to_control(...args) {
|
||||
return Array.from(arguments);
|
||||
}
|
||||
|
||||
function switch_to_video(...args) {
|
||||
switchToTab('Video');
|
||||
return Array.from(arguments);
|
||||
}
|
||||
|
||||
function switch_to_caption(...args) {
|
||||
switchToTab('Caption');
|
||||
return Array.from(arguments);
|
||||
|
||||
Reference in New Issue
Block a user