mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-15 04:57:00 +00:00
fix: race conditions when when loading lots of videos quickly
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user