Skip to content

Commit

Permalink
Update file_selector.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YIFYtorrents authored Jun 15, 2016
1 parent 7eac362 commit cf591ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/lib/views/file_selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
this.storeTorrent();
}

//XXX: Workaround by nasabeyonds
if (AdvSettings.get('chosenPlayer')=='html5'){
AdvSettings.set('chosenPlayer', 'local');
}

if(AdvSettings.get('activateAutoplay')===true){
$('#s'+highest).click();
}
Expand Down

0 comments on commit cf591ea

Please sign in to comment.