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

Fixed: Annoying [renamemoviesfolder] Completed popup for no reason.

pull/2/head
Leonardo Galli 7 years ago
parent 091bcc2333
commit a458cdc0a5

@ -10,7 +10,7 @@ namespace NzbDrone.Core.MediaFiles.Commands
{
public List<int> MovieIds { get; set; }
public override bool SendUpdatesToClient => true;
public override bool SendUpdatesToClient => false;
public RenameMovieFolderCommand(List<int> ids)
{

Loading…
Cancel
Save