albums: log DAV copy error
Signed-off-by: Varun Patil <varunpatil@ucla.edu>pull/563/head
parent
d8176b93c8
commit
5e7c8fec9f
|
@ -72,6 +72,8 @@ export async function* addToAlbum(
|
|||
filename: f.filename,
|
||||
})
|
||||
);
|
||||
|
||||
console.error("DAV COPY error", e.response?.data);
|
||||
return 0;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue