From 4fae2b1f300c1f027629569817262f60873a663a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jun 2022 14:57:51 +0200 Subject: Rename video full loading --- scripts/update-host.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/update-host.ts') diff --git a/scripts/update-host.ts b/scripts/update-host.ts index bb54290a4..1d17ce152 100755 --- a/scripts/update-host.ts +++ b/scripts/update-host.ts @@ -114,7 +114,7 @@ async function run () { const ids = await VideoModel.listLocalIds() for (const id of ids) { - const video = await VideoModel.loadAndPopulateAccountAndServerAndTags(id) + const video = await VideoModel.loadFull(id) console.log('Updating video ' + video.uuid) -- cgit v1.2.3