Skip to content

Commit

Permalink
main: Export DvrControls
Browse files Browse the repository at this point in the history
  • Loading branch information
paluh committed Feb 20, 2018
1 parent 9e86345 commit 6c84b45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import HTML5Video from './playbacks/html5_video'
import HTMLImg from './playbacks/html_img'
import NoOp from './playbacks/no_op'
import ClickToPausePlugin from './plugins/click_to_pause'
import DVRControls from './plugins/dvr_controls'
import Favicon from './plugins/favicon'
import Log from './plugins/log'
import Poster from './plugins/poster'
Expand Down Expand Up @@ -68,6 +69,7 @@ export default {
HTMLImg,
NoOp,
ClickToPausePlugin,
DVRControls,
Favicon,
Log,
Poster,
Expand Down

0 comments on commit 6c84b45

Please sign in to comment.