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

View File

@ -1,6 +1,6 @@
{
"name": "peertube-theme-background-red",
"version": "0.0.2",
"version": "0.0.3",
"description": "Example PeerTube theme",
"engine": {
"peertube": ">=1.3.1"