Skip to content

Commit

Permalink
fix: add engine opt disableLegacyMasterManifestFormat
Browse files Browse the repository at this point in the history
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
Nfrederiksen committed Jan 31, 2025
1 parent 5188190 commit 47f410a
Show file tree
Hide file tree
Showing 2 changed files with 1,141 additions and 1,137 deletions.
Loading

0 comments on commit 47f410a

Please sign in to comment.