api: cache original request parameters in stream

This commit is contained in:
jj
2025-01-20 14:38:55 +00:00
parent ec0d773792
commit 035825bc05
2 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ export function createStream(obj) {
audioFormat: obj.audioFormat,
isHLS: obj.isHLS || false,
originalRequest: obj.parameters
};
// FIXME: this is now a Promise, but it is not awaited