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

Fixed: Removing torrents from Vuze

(cherry picked from commit d0c0720578abcc02d9abca24f60d73d32491cd2f)
pull/5039/head
Mark McDowall 5 years ago committed by Qstick
parent dd3218588f
commit 0100819ae4

@ -26,6 +26,11 @@ namespace NzbDrone.Core.Download.Clients.Vuze
{
}
public override void RemoveItem(string downloadId, bool deleteData)
{
_proxy.RemoveTorrent(downloadId, deleteData, Settings);
}
protected override OsPath GetOutputPath(OsPath outputPath, TransmissionTorrent torrent)
{
// Vuze has similar behavior as uTorrent:

Loading…
Cancel
Save