continueContentDuringBreak
Keep the content player PLAYING through an eligible replacement break instead of pausing it and seeking back afterwards.
The resume seek is bounded by the HLS holdback — EXT-X-SERVER-CONTROL:HOLD-BACK or three target durations — which on a feed declaring TARGETDURATION:10 for 6s segments puts the resume point inside published media the player still refuses to seek to. Content that never pauses advances 1:1 with the break and arrives there by simply continuing, so there is no seek to be clipped. Hidden and muted for the duration, and pinned to the lowest rendition so it does not cost a second full-quality stream.
Additive: every other flow keeps the pause/resume behaviour unchanged. Defaults to false.