Added periodical notification count check

This commit is contained in:
Eduard Urbach 2018-04-09 12:00:08 +02:00
parent c0594d0888
commit 66bd51f603

View File

@ -191,6 +191,9 @@ export default class AnimeNotifier {
// Notification manager
if(this.user) {
this.notificationManager.update()
// Periodically check notifications
setInterval(() => this.notificationManager.update(), 150000)
}
// Bind unload event