Skip to content

Commit 49678c8

Browse files
committed
Merge updated channel lookups
1 parent ea8b0f4 commit 49678c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/segmentData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const segmentDataCache = new DataCache<VideoID, SegmentResponse>(() => {
1313
segments: null,
1414
status: 200
1515
};
16-
}, 5);
16+
}, null, 5);
1717

1818
const pendingList: Record<VideoID, Promise<SegmentResponse>> = {};
1919

0 commit comments

Comments
 (0)