Minor change

This commit is contained in:
Eduard Urbach 2018-12-09 12:39:25 +09:00
parent 9b2a973af0
commit 4077e25e3c

View File

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