diff options
Diffstat (limited to 'server/lib/plugins/plugin-helpers-builder.ts')
-rw-r--r-- | server/lib/plugins/plugin-helpers-builder.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/plugins/plugin-helpers-builder.ts b/server/lib/plugins/plugin-helpers-builder.ts index 92ef87cca..d235f52c0 100644 --- a/server/lib/plugins/plugin-helpers-builder.ts +++ b/server/lib/plugins/plugin-helpers-builder.ts | |||
@@ -133,7 +133,7 @@ function buildVideosHelpers () { | |||
133 | 133 | ||
134 | const thumbnails = video.Thumbnails.map(t => ({ | 134 | const thumbnails = video.Thumbnails.map(t => ({ |
135 | type: t.type, | 135 | type: t.type, |
136 | url: t.getFileUrl(video), | 136 | url: t.getOriginFileUrl(video), |
137 | path: t.getPath() | 137 | path: t.getPath() |
138 | })) | 138 | })) |
139 | 139 | ||