Add support for externalId in POST /videos

This commit is contained in:
2025-05-02 00:47:54 +02:00
parent 7203155747
commit 71b3ee61af
8 changed files with 252 additions and 39 deletions
-1
View File
@@ -8,7 +8,6 @@ import { createSerie, createVideo } from "./helpers";
// export JWT_SECRET="this is a secret";
// export JWT_ISSUER="https://kyoo.zoriya.dev";
await migrate();
await db.delete(shows);
await db.delete(profiles);