diff --git a/src/ui/component/fileViewerInitiator/view.jsx b/src/ui/component/fileViewerInitiator/view.jsx index 0ed381a9e..435534a65 100644 --- a/src/ui/component/fileViewerInitiator/view.jsx +++ b/src/ui/component/fileViewerInitiator/view.jsx @@ -86,6 +86,40 @@ export default function FileViewer(props: Props) { } }, [autoplay, viewFile, isStreamable, hasCostInfo, cost]); + // @if TARGET='web' + if (costInfo && costInfo.cost > 0) { + return ( +
+ {!supported && ( + +

{__(`We're not ready to keep track of your paid content on LBRY.TV yet.`)}

+

+ {__('Good news, though! You can')}{' '} +

+ ); + } + // @endif return (