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

This commit is contained in:
Leonardo Galli 2018-08-26 22:27:26 +02:00
parent 091bcc2333
commit a458cdc0a5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{