Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/e71e518d308388910763a4d2bc41e13c8f7a1123 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

Fixes 
pull/2487/head
Leonardo Galli 7 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