This commit is contained in:
Natsumi
2023-01-17 22:09:29 +13:00
parent 4c1faa66ce
commit b92a7f6751
5 changed files with 98 additions and 29 deletions

View File

@@ -375,7 +375,9 @@ Vue.component('marquee-text', MarqueeText);
if (this.nowPlaying.playing) {
length -= 1;
}
this.wristFeed.length = length;
if (length < this.wristFeed.length) {
this.wristFeed.length = length;
}
};
$app.methods.updateStatsLoop = async function () {