Skip to content

Commit

Permalink
Merge branch 'preview-features' into preview
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Nov 22, 2023
2 parents e80c16e + 1715184 commit 2819ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import * as videoInfo from './video/video-info'
import * as videoQuality from './video/video-quality'
import * as videoContextMenu from './video/video-context-menu'
import * as videoControlBar from './video/video-control-bar'
import * as videoCover from './video/video-cover'
import * as watchlater from './video/watchlater'
import * as liveControlBar from './live/live-control-bar'
import * as liveSocket from './live/live-socket'
Expand Down Expand Up @@ -61,6 +62,7 @@ export const componentApis = {
videoQuality,
videoContextMenu,
videoControlBar,
videoCover,
watchlater,
xmlUtils,
},
Expand Down

0 comments on commit 2819ddb

Please sign in to comment.