remove unneded playback headers

This commit is contained in:
WebStreamr 2026-01-09 20:02:46 +00:00 committed by webstreamr
parent 63b0f34525
commit 63ffcca3b9

View file

@ -42,10 +42,9 @@ export class StreamUp extends Extractor {
format: Format.hls,
label: this.label,
ttl: this.ttl,
requestHeaders: headers,
meta: {
...meta,
height: await guessHeightFromPlaylist(ctx, this.fetcher, playlistUrl, url, { headers }),
height: await guessHeightFromPlaylist(ctx, this.fetcher, playlistUrl, url),
title,
},
},