fix(web): buffering for video player (#520)

* fix(web): buffering for video player

* chore(): missing file -_-

* refactor(web): using URL builder

* chore(): add semicolon

* fix(web): video player

* remove deadcode

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Thanh Pham
2022-08-24 10:21:41 +07:00
committed by GitHub
parent 3b55cdc0be
commit fb0fa742f5
4 changed files with 67 additions and 95 deletions

View File

@@ -1,2 +1,3 @@
export * from './open-api';
export * from './api';
export * from './utils';