diff --git a/js/page/my_files.js b/js/page/my_files.js
index a2289d045..1edf6e61f 100644
--- a/js/page/my_files.js
+++ b/js/page/my_files.js
@@ -52,16 +52,9 @@ var MyFilesRow = React.createClass({
}
if (this.props.showWatchButton) {
- // No support for lbry:// URLs in Windows or on Chrome yet
- if (/windows|win32/i.test(navigator.userAgent) || (window.chrome && window.navigator.vendor == "Google Inc.")) {
- var watchUri = "/?watch=" + this.props.lbryUri;
- } else {
- var watchUri = 'lbry://' + this.props.lbryUri;
- }
-
- var watchLink = ;
+ var watchButton =