Skip to content

Commit

Permalink
thumbnailUrl...
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Apr 23, 2024
1 parent 8321e8b commit 816d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/DriveService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class DriveService {
//#endregion

file.url = url;
file.thumbnailUrl = thumbnailUrl;
file.thumbnailUrl = isRemote ? (this.config.proxyRemoteFiles ? this.config.sermcsUrl ? (this.config.sermcsUrl + thumbnailKey) : thumbnailUrl : thumbnailUrl) : thumbnailUrl;
file.webpublicUrl = webpublicUrl;
file.accessKey = key;
file.thumbnailAccessKey = thumbnailKey;
Expand Down

0 comments on commit 816d059

Please sign in to comment.