Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add engine opt disableLegacyMasterManifestFormat
The disableLegacyMasterManifestFormat option now correctly reflects its name: - When true: removes %3Bsession=id from manifest URLs (modern format) - When false: keeps %3Bsession=id in manifest URLs (legacy format) This change aligns with the channels/id/* endpoints which don't rely on session IDs in the URLs. The option provides a way to gradually migrate away from the legacy format while maintaining backwards compatibility.
- Loading branch information