mirror of https://github.com/Radarr/Radarr
Fixed: Zooqle torrents not getting added, since their torrent file is messed up.
Fixes #1516
This commit is contained in:
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…
Reference in New Issue