mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01: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
@ -96,7 +96,7 @@ public static BEncodedValue Decode(Stream stream)
|
|||||||
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…
Reference in New Issue
Block a user