albums: log DAV copy error

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-29 17:58:00 -07:00
parent d8176b93c8
commit 5e7c8fec9f
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ export async function* addToAlbum(
filename: f.filename, filename: f.filename,
}) })
); );
console.error("DAV COPY error", e.response?.data);
return 0; return 0;
} }
}); });