Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
谢庭 authored and 谢庭 committed Nov 30, 2017
1 parent f28bb00 commit 7437716
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/pear-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ PearPlayer.prototype.setupListeners = function () {
"wss://tracker.btorrent.xyz"
],
store: dispatcher.store,
bitfield: dispatcher.bitfield
bitfield: dispatcher.bitfield,
strategy: 'rarest'
},
function (torrent) {
debug('Torrent:', torrent);
Expand Down Expand Up @@ -18570,7 +18571,7 @@ module.exports = function zeroFill (width, number, pad) {
},{}],108:[function(require,module,exports){
module.exports={
"name": "pearplayer",
"version": "2.4.3",
"version": "2.4.4",
"description": "",
"main": "./dist/pear-player.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion dist/pear-player.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion index.player.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ PearPlayer.prototype.setupListeners = function () {
"wss://tracker.btorrent.xyz"
],
store: dispatcher.store,
bitfield: dispatcher.bitfield
bitfield: dispatcher.bitfield,
strategy: 'rarest'
},
function (torrent) {
debug('Torrent:', torrent);
Expand Down

0 comments on commit 7437716

Please sign in to comment.