mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
Fix build break oops
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
||||
ports:
|
||||
- '5173:5173'
|
||||
- '8000:8000'
|
||||
user: $USER:$GID
|
||||
runtime: nvidia
|
||||
volumes:
|
||||
- ../:/tunarr
|
||||
|
||||
@@ -774,7 +774,7 @@ export const videoRouter: RouterPluginAsyncCallback = async (fastify) => {
|
||||
}
|
||||
done();
|
||||
})
|
||||
.put('/streams/*', async (req, res) => {
|
||||
.put('/streams/*', async (_, res) => {
|
||||
await res.send(200);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user