diff options
Diffstat (limited to 'server/lib/thumbnail.ts')
-rw-r--r-- | server/lib/thumbnail.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/thumbnail.ts b/server/lib/thumbnail.ts index e37aefc85..06066f910 100644 --- a/server/lib/thumbnail.ts +++ b/server/lib/thumbnail.ts | |||
@@ -74,7 +74,7 @@ function createVideoMiniatureFromUrl (options: { | |||
74 | ? existingThumbnail.fileUrl | 74 | ? existingThumbnail.fileUrl |
75 | : null | 75 | : null |
76 | 76 | ||
77 | // If the thumbnail URL did not change and has a unique filename (introduced in 3.2), avoid thumbnail processing | 77 | // If the thumbnail URL did not change and has a unique filename (introduced in 3.1), avoid thumbnail processing |
78 | const thumbnailUrlChanged = !existingUrl || existingUrl !== downloadUrl || downloadUrl.endsWith(`${video.uuid}.jpg`) | 78 | const thumbnailUrlChanged = !existingUrl || existingUrl !== downloadUrl || downloadUrl.endsWith(`${video.uuid}.jpg`) |
79 | 79 | ||
80 | // Do not change the thumbnail filename if the file did not change | 80 | // Do not change the thumbnail filename if the file did not change |