Merge updated channel lookups

This commit is contained in:
Ajay
2026-03-17 15:29:12 -04:00
parent ea8b0f4372
commit 49678c80bd
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ const segmentDataCache = new DataCache<VideoID, SegmentResponse>(() => {
segments: null,
status: 200
};
}, 5);
}, null, 5);
const pendingList: Record<VideoID, Promise<SegmentResponse>> = {};