This commit is contained in:
legop3
2025-11-29 21:40:59 -05:00
parent 5ad75aa465
commit 44d1920e2b
4 changed files with 14 additions and 2 deletions
+2
View File
@@ -122,6 +122,8 @@ export function useVideoRequests(sourceList = []) {
}
return next;
});
// eslint-disable-next-line no-console
console.info('video:request ok', { entry, url: resp.url });
});
}