Update client hook names

This commit is contained in:
Chocobozzz
2019-07-22 14:08:20 +02:00
parent 8d4ceaed9d
commit 5336129c36
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
function register ({ registerHook, peertubeHelpers }) {
registerHook({
target: 'action:video-watch.loaded',
target: 'action:video-watch.init',
handler: () => console.log('Background red watch world')
})
}