1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

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

View File

@ -10,7 +10,7 @@ public class RenameMovieFolderCommand : Command
{ {
public List<int> MovieIds { get; set; } public List<int> MovieIds { get; set; }
public override bool SendUpdatesToClient => true; public override bool SendUpdatesToClient => false;
public RenameMovieFolderCommand(List<int> ids) public RenameMovieFolderCommand(List<int> ids)
{ {