Publish beta version

This commit is contained in:
Chocobozzz
2022-11-14 14:43:21 +01:00
parent c2c96a2ee6
commit d7c7fc5e58
3 changed files with 11 additions and 2 deletions

View File

@ -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)
}