From cb087cd50d0728d4c513ed4f520a3d81201313cc Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Sat, 24 Sep 2016 04:14:04 -0400 Subject: [PATCH] Temporarily disable Reflector upload notice, pending lbrynet fixes --- js/page/my_files.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/page/my_files.js b/js/page/my_files.js index 57a3fb209..5cd7415e8 100644 --- a/js/page/my_files.js +++ b/js/page/my_files.js @@ -110,7 +110,6 @@ var MyFilesRow = React.createClass({ {this.props.completed ? 'Download complete' : (parseInt(this.props.ratioLoaded * 100) + '%')}
{ pauseLink }
{ watchButton }
- {this.props.available ? null :

This file is uploading to Reflector. Reflector is a service that hosts a copy of the file on LBRY's servers so that it's available even if no one with the file is online.

} ) }