Lots of work on file management and video processing (ffmpeg).
This commit is contained in:
@@ -15,14 +15,14 @@ export async function load({ params, parent }) { // route
|
||||
let ae_acct = data[account_id];
|
||||
// console.log(`ae_acct = `, ae_acct);
|
||||
|
||||
if (!account_id) {
|
||||
console.log(`ae Core - [account_id] +page.ts: The account_id was not found!!!`);
|
||||
error(404, {
|
||||
message: 'Account ID not found'
|
||||
});
|
||||
}
|
||||
// if (!account_id) {
|
||||
// console.log(`ae Core - [account_id] +page.ts: The account_id was not found!!!`);
|
||||
// error(404, {
|
||||
// message: 'Account ID not found'
|
||||
// });
|
||||
// }
|
||||
|
||||
ae_acct.slct.account_id = account_id;
|
||||
// ae_acct.slct.account_id = account_id;
|
||||
|
||||
if (browser) {
|
||||
let load_hosted_file_obj_li = core_func.load_ae_obj_li__hosted_file({
|
||||
|
||||
Reference in New Issue
Block a user