Browse Source

temporarily disable btmh #2

main
ghost 1 year ago
parent
commit
c6edc793ee
  1. 3
      src/public/action.php

3
src/public/action.php

@ -447,7 +447,8 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false) @@ -447,7 +447,8 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false)
case 2:
$xt[] = sprintf('xt=urn:btmh:%s', $infoHash->value);
// @TODO temporarily disabled because of address too long error in some clients
// $xt[] = sprintf('xt=urn:btmh:%s', $infoHash->value);
break;
}

Loading…
Cancel
Save