diff --git a/js/app.js b/js/app.js
index 53475dde9..7c59307e6 100644
--- a/js/app.js
+++ b/js/app.js
@@ -59,30 +59,45 @@ var App = React.createClass({
sessionStorage.setItem('drawerOpen', false);
this.setState({ drawerOpen: false });
},
+ getMainContent: function()
+ {
+ switch(this.state.viewingPage)
+ {
+ case 'home':
+ return
Here are the most commonly encountered problems and what to try doing about them.
- -Our FAQ answers many common questions.
+ ++ Live help is available most hours in the #help channel of our Slack chat room. +
++ +
+If you can't download anything, including 'wonderfullife', try forwarding ports 4444 and 3333 on your firewall or router. If you can access 'wonderfullife' but not other content, it's possible the content is not longer hosted on the network.
-Sometimes your video player will start the file while it's still empty. Try reloading the page after a few seconds and it may work. You should also see the file appear in your downloads folder (configured in settings).
A real fix for this is underway!
-If you're on OS X you can find the app running in the notification area at the top right of your screen. Click the LBRY icon and choose Quit
.
On Linux, you'll find a close button in the menu at the top right of LBRY.
diff --git a/js/page/my_files.js b/js/page/my_files.js index b6beb0b62..60c82fdb7 100644 --- a/js/page/my_files.js +++ b/js/page/my_files.js @@ -131,6 +131,9 @@ var MyFilesPage = React.createClass({ filesInfo: null, }; }, + componentDidMount: function() { + document.title = "My Files"; + }, componentWillMount: function() { this.updateFilesInfo(); }, @@ -185,7 +188,6 @@ var MyFilesPage = React.createClass({ } return (