Title kept showing the title and artist after you left the station
@@ -10,11 +10,12 @@ Router.onBeforeAction(function() {
if (res) {
self.render('banned');
} else {
+ document.title = 'Musare';
next();
}
});
- next();
+ this.next();