aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/update-host.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-host.ts')
-rwxr-xr-xscripts/update-host.ts2
1 files changed, 1 insertions, 1 deletions
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 () {
114 114
115 const ids = await VideoModel.listLocalIds() 115 const ids = await VideoModel.listLocalIds()
116 for (const id of ids) { 116 for (const id of ids) {
117 const video = await VideoModel.loadAndPopulateAccountAndServerAndTags(id) 117 const video = await VideoModel.loadFull(id)
118 118
119 console.log('Updating video ' + video.uuid) 119 console.log('Updating video ' + video.uuid)
120 120