From 978871a92723f30c1daf525ba477c4b373ba84cc Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 7 Jan 2020 13:17:43 -0500 Subject: [PATCH] enable downloads on lbry.tv --- ui/component/button/view.jsx | 2 +- ui/component/fileActions/view.jsx | 2 -- ui/component/fileDownloadLink/index.js | 2 ++ ui/component/fileDownloadLink/view.jsx | 19 ++++++++++++++----- ui/util/lbrytv.js | 7 ++++++- 5 files changed, 23 insertions(+), 9 deletions(-) diff --git a/ui/component/button/view.jsx b/ui/component/button/view.jsx index 31423c628..a64080937 100644 --- a/ui/component/button/view.jsx +++ b/ui/component/button/view.jsx @@ -98,7 +98,7 @@ const Button = forwardRef((props: Props, ref: any) => { if (href) { return ( - + {content} ); diff --git a/ui/component/fileActions/view.jsx b/ui/component/fileActions/view.jsx index 11a689d95..83724a2fe 100644 --- a/ui/component/fileActions/view.jsx +++ b/ui/component/fileActions/view.jsx @@ -75,9 +75,7 @@ function FileActions(props: Props) {
- {/* @if TARGET='app' */} - {/* @endif */} {claimIsMine && (