From 4077e25e3c2f8d61bb0c9faa9cf5f5abb492a4f5 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 9 Dec 2018 12:39:25 +0900 Subject: [PATCH] Minor change --- scripts/AnimeNotifier.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/AnimeNotifier.ts b/scripts/AnimeNotifier.ts index 2b406d53..9852be47 100644 --- a/scripts/AnimeNotifier.ts +++ b/scripts/AnimeNotifier.ts @@ -139,6 +139,9 @@ export default class AnimeNotifier { // Audio player this.audioPlayer = new AudioPlayer(this) + // Video player + this.videoPlayer = new VideoPlayer(this) + // Analytics this.analytics = new Analytics()