diff --git a/package.json b/package.json index 612972380..2909f50b2 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "yarn": "^1.3" }, "lbrySettings": { - "lbrynetDaemonVersion": "0.53.2", + "lbrynetDaemonVersion": "0.53.3", "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip", "lbrynetDaemonDir": "static/daemon", "lbrynetDaemonFileName": "lbrynet" diff --git a/static/app-strings.json b/static/app-strings.json index 68e688d9c..d78058540 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -904,6 +904,6 @@ "This Week": "This Week", "This Month": "This Month", "This Year": "This Year", - "Thumbnail": "Thumbnail", - "Khmer": "Khmer" -} + "Khmer": "Khmer", + "Invites": "Invites" +} \ No newline at end of file diff --git a/ui/effects/use-get-thumbnail.js b/ui/effects/use-get-thumbnail.js index bdc30bd11..d3f4aabd7 100644 --- a/ui/effects/use-get-thumbnail.js +++ b/ui/effects/use-get-thumbnail.js @@ -29,15 +29,18 @@ export default function useGetThumbnail( }, [thumbnailToUse]); // @if TARGET='app' - React.useEffect(() => { - if (hasClaim && isImage && isFree) { - if (streamingUrl) { - setThumbnail(streamingUrl); - } else if (!shouldHide) { - getFile(uri); - } - } - }, [hasClaim, isFree, isImage, streamingUrl, uri, shouldHide]); + // + // Temporarily disabled until we can call get with "save_blobs: off" + // + // React.useEffect(() => { + // if (hasClaim && isImage && isFree) { + // if (streamingUrl) { + // setThumbnail(streamingUrl); + // } else if (!shouldHide) { + // getFile(uri); + // } + // } + // }, [hasClaim, isFree, isImage, streamingUrl, uri, shouldHide]); // @endif return thumbnail; diff --git a/yarn.lock b/yarn.lock index aaab5e377..00eeeda31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7071,9 +7071,9 @@ lbry-redux@lbryio/lbry-redux#a93b09c6bd13870ceca912157dbe998bc7f48454: reselect "^3.0.0" uuid "^3.3.2" -lbryinc@lbryio/lbryinc#1912aa1834f83a5a43e028327d35bd64cfba528e: +lbryinc@lbryio/lbryinc#1b19fdf56a6e7cdb59d3d796e619dc9b87d40af7: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/1912aa1834f83a5a43e028327d35bd64cfba528e" + resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/1b19fdf56a6e7cdb59d3d796e619dc9b87d40af7" dependencies: reselect "^3.0.0"