fix typo
This commit is contained in:
parent
6ffe26c1ed
commit
ebfe110492
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class CardMedia extends React.PureComponent<Props> {
|
|||
let url;
|
||||
// @if TARGET='web'
|
||||
// Pass image urls through a compression proxy
|
||||
url = thumbnail;
|
||||
url = thumbnail || Placeholder;
|
||||
// ? 'https://ext.thumbnails.lbry.com/400x,q55/' +
|
||||
// // The image server will redirect if we don't remove the double slashes after http(s)
|
||||
// thumbnail.replace('https://', 'https:/').replace('http://', 'http:/')
|
||||
|
|
Loading…
Reference in a new issue