Skip to content

Commit 2fa4fd8

Browse files
committed
fix: correct logical error when passing xhr headers into an HLS request
1 parent 85da556 commit 2fa4fd8

File tree

1 file changed

+0
-1
lines changed
  • ember-stereo/src/stereo-connections

1 file changed

+0
-1
lines changed

ember-stereo/src/stereo-connections/hls.js

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export default class HLSSound extends BaseSound {
102102

103103
xhr.method = this.options.xhr?.method || 'GET';
104104
};
105-
delete this.options.xhr;
106105
}
107106

108107
await this.loadHLS().then(({ HLS }) => {

0 commit comments

Comments
 (0)