add videoId field to playlist in shot w features fragment
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2025-11-12 14:08:49 -08:00
parent e63f8600aa
commit 3d86c13291
2 changed files with 7 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ fragment ShotWithAllFeatures on ShotGQL {
streamSegmentType
}
playlist {
videoId
segmentDurations
}
}