support for subs on local files
This commit is contained in:
@@ -8,7 +8,6 @@ async function localRoutes(fastify: FastifyInstance) {
|
||||
|
||||
// Streaming básico (legacy)
|
||||
fastify.get('/library/stream/:type/:id/:unit', controller.streamUnit);
|
||||
fastify.get('/library/stream/:type/:id/:unit/subs/:track', controller.getSubtitle);
|
||||
fastify.post('/library/:type/:id/match', controller.matchEntry);
|
||||
fastify.get('/library/:id/units', controller.getUnits);
|
||||
fastify.get('/library/:unitId/manifest', controller.getManifest);
|
||||
|
||||
Reference in New Issue
Block a user