mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 10:45:44 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ public static BEncodedValue Decode(Stream stream)
|
|||
if (stream == null)
|
||||
throw new ArgumentNullException("stream");
|
||||
|
||||
return Decode(new RawReader(stream));
|
||||
return Decode(new RawReader(stream, false));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue