just log everything sadly
This commit is contained in:
parent
e3c0c7d1f9
commit
716ebe9ecd
4 changed files with 13 additions and 10 deletions
|
@ -41,6 +41,8 @@ export const GET: RequestHandler = async ({ url }) => {
|
|||
let filename = '';
|
||||
let contentLength = 0;
|
||||
|
||||
logger.debug(`Requested: ${link}`);
|
||||
|
||||
try {
|
||||
logger.debug(`Fetching video data to set filename`);
|
||||
// Fetch metadata for filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue