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

Fixed: Set Download/Upload factors for Rarbg

Fixes 
pull/264/head
Qstick 4 years ago
parent 3435d9db6e
commit b1727d9d91

@ -66,6 +66,8 @@ namespace NzbDrone.Core.Indexers.Rarbg
torrentInfo.PublishDate = torrent.pubdate.ToUniversalTime();
torrentInfo.Seeders = torrent.seeders;
torrentInfo.Peers = torrent.leechers + torrent.seeders;
torrentInfo.DownloadVolumeFactor = 0;
torrentInfo.UploadVolumeFactor = 1;
if (torrent.movie_info != null)
{

Loading…
Cancel
Save