fix: race conditions when when loading lots of videos quickly

This commit is contained in:
Bnyro
2024-06-15 14:15:08 +02:00
parent a57448a411
commit b009b2a87d
5 changed files with 11 additions and 13 deletions

View File

@@ -524,7 +524,6 @@ const mixin = {
const videoIds = content
.filter(item => item.type === "stream")
.filter(item => item.dearrow === undefined)
.map(item => item.url.substr(-11))
.sort();