Merge pull request #1612 from Maxr1998/master

Add support for seeking with milliseconds
This commit is contained in:
dkanada
2020-07-24 10:18:04 +09:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -201,6 +201,9 @@ import appHost from 'apphost';
'rewind': () => {
playbackManager.rewind();
},
'seek': () => {
playbackManager.seekMs(options);
},
'togglefullscreen': () => {
playbackManager.toggleFullscreen();
},