remove hash and extra segment params

This commit is contained in:
Ajay
2022-12-30 15:39:45 -05:00
parent 928eef637a
commit 66c2be6012
6 changed files with 28 additions and 12 deletions

View File

@@ -54,7 +54,6 @@ async function getLabelsByHash(hashedVideoIDPrefix: VideoIDHash, service: Servic
for (const [videoID, videoData] of Object.entries(segmentPerVideoID)) {
const data: VideoData = {
hash: videoData.hash,
segments: chooseSegment(videoData.segments),
};