diff --git a/package.json b/package.json index a51a9374f..3f22f5c45 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "imagesloaded": "^4.1.4", "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", - "lbry-redux": "lbryio/lbry-redux#4491b975cc3e23bf3733272b7c6079a28c1036b3", + "lbry-redux": "lbryio/lbry-redux#fcc9746ff7c81e6fe05f74dd99511775edc5ad9c", "lbryinc": "lbryio/lbryinc#2aedf5a188f028f61c45bc7ed0c747a2d4ae453a", "lint-staged": "^7.0.2", "localforage": "^1.7.1", diff --git a/static/app-strings.json b/static/app-strings.json index 8db20ed77..79f6b1980 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -871,5 +871,7 @@ "Sorry, your request timed out. %again%": "Sorry, your request timed out. %again%", "If you continue to have issues, please %support%.": "If you continue to have issues, please %support%.", "lbry.tv Account": "lbry.tv Account", - "Creating a lbry.tv account will allow you to earn rewards, receive content and security updates, and optionally backup your data.": "Creating a lbry.tv account will allow you to earn rewards, receive content and security updates, and optionally backup your data." + "Creating a lbry.tv account will allow you to earn rewards, receive content and security updates, and optionally backup your data.": "Creating a lbry.tv account will allow you to earn rewards, receive content and security updates, and optionally backup your data.", + "Paid content cannot be embedded": "Paid content cannot be embedded", + "This content cannot be embedded": "This content cannot be embedded" } \ No newline at end of file diff --git a/ui/component/socialShare/view.jsx b/ui/component/socialShare/view.jsx index cc3bbf826..c6350acc6 100644 --- a/ui/component/socialShare/view.jsx +++ b/ui/component/socialShare/view.jsx @@ -56,7 +56,6 @@ class SocialShare extends React.PureComponent { /> {webShareable && !isChannel && } - {!webShareable &&

{__('Paid content cannot be embedded')}

}
diff --git a/webpack.electron.config.js b/webpack.electron.config.js index 119376677..0ee198a08 100644 --- a/webpack.electron.config.js +++ b/webpack.electron.config.js @@ -106,9 +106,6 @@ const renderConfig = { }, ], }, - resolve: { - modules: ['node_modules'], - }, plugins: [ // new BundleAnalyzerPlugin(), new DefinePlugin({ diff --git a/yarn.lock b/yarn.lock index 1799da845..d41aa799e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7032,9 +7032,9 @@ lazy-val@^1.0.4: yargs "^13.2.2" zstd-codec "^0.1.1" -lbry-redux@lbryio/lbry-redux#4491b975cc3e23bf3733272b7c6079a28c1036b3: +lbry-redux@lbryio/lbry-redux#fcc9746ff7c81e6fe05f74dd99511775edc5ad9c: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/4491b975cc3e23bf3733272b7c6079a28c1036b3" + resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/fcc9746ff7c81e6fe05f74dd99511775edc5ad9c" dependencies: proxy-polyfill "0.1.6" reselect "^3.0.0"