Skip to content

Commit

Permalink
fix: default secure option for new method
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-roch committed Oct 7, 2024
1 parent d60cb4f commit 78181b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const getProfile = async (profile, initOptions) => {
initOptions.cdn_subdomain,
initOptions.secure_cdn_subdomain,
initOptions.cname,
initOptions.secure,
initOptions.secure ?? true,
initOptions.secure_distribution,
);

Expand Down

0 comments on commit 78181b4

Please sign in to comment.