mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 12:30:10 +00:00
comment out cdn - need to fix env so I don't need to make this change
This commit is contained in:
parent
45afd22e9e
commit
dccb1c93e1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function FileThumbnail(props: Props) {
|
||||||
// @if TARGET='web'
|
// @if TARGET='web'
|
||||||
// Pass image urls through a compression proxy
|
// Pass image urls through a compression proxy
|
||||||
if (thumbnail && THUMBNAIL_CDN_URL && !thumbnail.includes('https://spee.ch')) {
|
if (thumbnail && THUMBNAIL_CDN_URL && !thumbnail.includes('https://spee.ch')) {
|
||||||
url = `${THUMBNAIL_CDN_URL}${encodeURIComponent(thumbnail)}`;
|
// url = `${THUMBNAIL_CDN_URL}${encodeURIComponent(thumbnail)}`;
|
||||||
}
|
}
|
||||||
// @endif
|
// @endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue