Play more file types #185

Merged
6ea86b96 merged 4 commits from play-more-file-types into master 2017-06-02 14:56:22 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fa66f4e918 - Show all commits

View file

@ -166,6 +166,8 @@ export function doDownloadFile(uri, streamInfo) {
fileInfo,
}
})
dispatch(doUpdateLoadStatus(uri, streamInfo.outpoint))
})
lbryio.call('file', 'view', {
@ -176,7 +178,6 @@ export function doDownloadFile(uri, streamInfo) {
rewards.claimEligiblePurchaseRewards()
dispatch(doUpdateLoadStatus(uri, streamInfo.outpoint))
}
}

View file

@ -110,7 +110,6 @@ class FileActions extends React.Component {
content = <Link label="Open" button="text" icon="icon-folder-open" onClick={() => openInShell(fileInfo)} />;
} else {
console.log('handle this case of file action props?');
console.log(this.props)
}
return (