Publish beta version
This commit is contained in:
@ -132,6 +132,15 @@ function register ({ registerHook, peertubeHelpers }) {
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
registerHook({
|
||||
target: 'action:video-watch.player.loaded',
|
||||
handler: ({ videojs }) => {
|
||||
console.log(videojs.VERSION)
|
||||
}
|
||||
})
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
peertubeHelpers.notifier.info('you are on the watch page', 'useless', 1000)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user