mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Fixed: Zooqle torrents not getting added, since their torrent file is messed up.
Fixes #1516
This commit is contained in:
parent
f9049566c1
commit
e71e518d30
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ namespace MonoTorrent.BEncoding
|
||||||
if (stream == null)
|
if (stream == null)
|
||||||
throw new ArgumentNullException("stream");
|
throw new ArgumentNullException("stream");
|
||||||
|
|
||||||
return Decode(new RawReader(stream));
|
return Decode(new RawReader(stream, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue