support for subs on local files

This commit is contained in:
2026-01-06 18:55:03 +01:00
parent 6c9f021e8d
commit ba05e08e71
12 changed files with 760 additions and 810 deletions

View File

@@ -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);