Holodex
Holodex copied to clipboard
Fix: Watch Highlights missing last comment item
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.