0
0
Fork 0

Adjust default title

This commit is contained in:
Oliver-Akins 2020-08-14 21:49:49 -06:00
parent ed34f4f316
commit 1f8a1870ec

View file

@ -58,7 +58,7 @@ export default {
let date = new Date();
let month = date.getMonth() + 1;
month = month < 10 ? `0${month}` : month;
this.name = `Top ${this.config.limit || 10} Tracks - ${date.getFullYear()}/${month}/${date.getDate()}`;
this.name = `Top ${this.config.limit || 10} - ${date.getFullYear()}/${month}/${date.getDate()}`;
this.$nextTick(function() {
this.container = true;