mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-23 01:05:13 +02:00
feat: video player improvements to loading indicator and seeking
This commit is contained in:
@@ -599,6 +599,11 @@ export default class JellyfinPlugin implements SourcePlugin {
|
||||
|
||||
if (!proxyRes) return;
|
||||
|
||||
proxyRes.headers.forEach((value, name) => {
|
||||
console.log('jellyfin proxy header', name, value);
|
||||
res.setHeader(name, value);
|
||||
});
|
||||
|
||||
res.status(proxyRes.status);
|
||||
Readable.from(proxyRes.body).pipe(res);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user