feat/episode-details #11

Merged
vivy-agent merged 3 commits from feat/episode-details into main 2026-02-05 22:22:52 +07:00
7 changed files with 143 additions and 4 deletions
Showing only changes of commit 90bf31a209 - Show all commits

View File

@ -17,6 +17,7 @@ export const bulkInsertVideoService = async (
for (const videoData of episodeData.videos) { for (const videoData of episodeData.videos) {
const insertedVideo = await bulkInsertVideoRepository({ const insertedVideo = await bulkInsertVideoRepository({
pendingUpload: false,
episodeId: episodeId.id, episodeId: episodeId.id,
serviceId: videoData.service_id, serviceId: videoData.service_id,
code: videoData.code, code: videoData.code,