mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 00:32:11 +00:00
chore(SabrStream): Fix type warnings
This commit is contained in:
@@ -813,7 +813,7 @@ export class SabrStream extends EventEmitterLike {
|
||||
'accept-encoding': 'identity',
|
||||
'accept': 'application/vnd.yt-ump'
|
||||
},
|
||||
body,
|
||||
body: body as unknown as BodyInit,
|
||||
signal: this.abortController.signal
|
||||
});
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user