add playlist w/ segment durations in gql return
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2025-11-07 11:53:13 -08:00
parent 7dbfadf13a
commit cdf438c089
2 changed files with 26 additions and 0 deletions

View File

@@ -191,6 +191,9 @@ fragment ShotWithAllFeatures on ShotGQL {
id
streamSegmentType
}
playlist {
segmentDurations
}
}
}