Holodex icon indicating copy to clipboard operation
Holodex copied to clipboard

Fix: Watch Highlights missing last comment item

Open WangEdward opened this issue 5 months ago • 0 comments

https://github.com/HolodexNet/Holodex/blob/7f4d8845a9d848b036e633d74a0e0da95f0395e1/src/components/watch/WatchHighlights.vue#L204

The old implementation runs subBucket.push at the end of the forEach loop, which prevents the last comment in parsed from being pushed to buckets.

It mainly affects singing streams with no Musicdex time. Screenshot holodex timefix

WangEdward avatar Sep 02 '24 11:09 WangEdward