Fix bug in PlaybackController
This commit is contained in:
parent
7b8751312a
commit
d0733d3370
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ module.exports = class PlaybackController {
|
|||
|
||||
// Show a file in the OS, eg in Finder on a Mac
|
||||
openItem (infoHash, index) {
|
||||
var torrentSummary = torrentSummary.getByKey(this.state, infoHash)
|
||||
var torrentSummary = TorrentSummary.getByKey(this.state, infoHash)
|
||||
var filePath = path.join(
|
||||
torrentSummary.path,
|
||||
torrentSummary.files[index].path)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue