Update progress.ts

This commit is contained in:
Pas 2025-10-30 13:27:06 -06:00
parent 53003dd4a2
commit efb8c2e7ad

View file

@ -216,7 +216,7 @@ export default defineEventHandler(async event => {
};
}
if (event.path.includes('/progress/') && !event.path.endsWith('/import')) {
if (event.path.includes('/progress/') && !event.path.endsWith('/import') && !event.path.endsWith('/cleanup')) {
const segments = event.path.split('/');
const tmdbId = segments[segments.length - 1];