Fixed: Zooqle torrents not getting added, since their torrent file is messed up.

Fixes #1516
pull/2/head
Leonardo Galli 6 years ago
parent f9049566c1
commit e71e518d30

@ -96,7 +96,7 @@ namespace MonoTorrent.BEncoding
if (stream == null)
throw new ArgumentNullException("stream");
return Decode(new RawReader(stream));
return Decode(new RawReader(stream, false));
}

Loading…
Cancel
Save