Fix merging error in FileActions
This commit is contained in:
parent
7e8fdf625f
commit
f64ad6e169
1 changed files with 0 additions and 1 deletions
|
@ -261,7 +261,6 @@ export let FileActions = React.createClass({
|
||||||
componentDidMount: function() {
|
componentDidMount: function() {
|
||||||
this._isMounted = true;
|
this._isMounted = true;
|
||||||
this._fileInfoSubscribeId = lbry.fileInfoSubscribe(this.props.outpoint, this.onFileInfoUpdate);
|
this._fileInfoSubscribeId = lbry.fileInfoSubscribe(this.props.outpoint, this.onFileInfoUpdate);
|
||||||
lbry.getStreamAvailability(this.props.uri, (availability) => {
|
|
||||||
lbry.get_availability({uri: this.props.uri}, (availability) => {
|
lbry.get_availability({uri: this.props.uri}, (availability) => {
|
||||||
if (this._isMounted) {
|
if (this._isMounted) {
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue