This commit is contained in:
drewhancock 2021-07-20 17:14:47 -05:00 committed by GitHub
parent fa815c7aa8
commit 04c965ffa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,7 @@ function ClaimTilesDiscover(props: Props) {
};
const modifiedUris = uris ? uris.slice() : [];
const fixUris = pinUrls || ['lbry://@EmperorLemon#e/the-wizard-of-oz-and-the-dark-side-of#3'];
const fixUris = pinUrls || ['lbry://@Odysee#8/Does-Google-Own-Odysee#4'];
if (pin && modifiedUris && modifiedUris.length > 2 && window.location.pathname === '/') {
fixUris.forEach((fixUri) => {