We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c5dd8 commit 65277dcCopy full SHA for 65277dc
src/utils/segmentData.ts
@@ -92,8 +92,9 @@ async function fetchSegmentsForVideo(videoID: VideoID): Promise<SegmentResponse>
92
// Setup with null data
93
segmentDataCache.setupCache(videoID);
94
}
95
+ } else if (response.status !== 404) {
96
+ logRequest(response, "SB", "skip segments");
97
- if (response.status !== 404) logRequest(response, "SB", "skip segments");
98
99
return {
100
segments: null,
0 commit comments