@@ -185,6 +185,7 @@ export class Wrapper {
185185 resource : 'manifest' ,
186186 type : 'manifest' ,
187187 id : 'manifest' ,
188+ headers : this . addon . headers ,
188189 options : this . addon . preset . options ,
189190 } ) || this . manifestUrl ;
190191
@@ -262,6 +263,7 @@ export class Wrapper {
262263 type,
263264 id,
264265 options : this . addon . preset . options ,
266+ headers : this . addon . headers ,
265267 } ) || this . buildResourceUrl ( 'stream' , type , id ) ;
266268 const streamTtl = resolveTtl (
267269 appConfig . resources . cache . stream . ttl ,
@@ -279,6 +281,7 @@ export class Wrapper {
279281 resource : 'stream' ,
280282 type,
281283 id,
284+ headers : this . addon . headers ,
282285 options : this . addon . preset . options ,
283286 } )
284287 ) ;
@@ -348,6 +351,7 @@ export class Wrapper {
348351 type,
349352 id,
350353 options : this . addon . preset . options ,
354+ headers : this . addon . headers ,
351355 extras,
352356 } )
353357 ) ;
@@ -386,6 +390,7 @@ export class Wrapper {
386390 resource : 'meta' ,
387391 type,
388392 id,
393+ headers : this . addon . headers ,
389394 options : this . addon . preset . options ,
390395 } )
391396 ) ;
@@ -430,6 +435,7 @@ export class Wrapper {
430435 resource : 'subtitles' ,
431436 type,
432437 id,
438+ headers : this . addon . headers ,
433439 options : this . addon . preset . options ,
434440 } )
435441 ) ;
@@ -461,6 +467,7 @@ export class Wrapper {
461467 type,
462468 id,
463469 options : this . addon . preset . options ,
470+ headers : this . addon . headers ,
464471 } )
465472 ) ;
466473 }
0 commit comments