W2G: Following the person if he's watching a new video
This commit is contained in:
parent
3727b11356
commit
516bcefc36
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ class VideoViewer {
|
|||
this.events.fire("notify_following", { watcherId: event.newWatcher ? event.newWatcher.clientId + " - " + event.newWatcher.clientUniqueId : undefined });
|
||||
}));
|
||||
|
||||
this.events.on("notify_destroy", this.plugin.events.on("notify_following_url", () => {
|
||||
/* TODO! */
|
||||
this.events.on("notify_destroy", this.plugin.events.on("notify_following_url", event => {
|
||||
this.events.fire_async("notify_video", { url: event.newUrl });
|
||||
}));
|
||||
|
||||
this.events.on("notify_destroy", this.plugin.events.on("notify_following_watcher_status", event => {
|
||||
|
|
Loading…
Add table
Reference in a new issue