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:
parent
091bcc2333
commit
a458cdc0a5
@ -10,7 +10,7 @@ public class RenameMovieFolderCommand : Command
|
||||
{
|
||||
public List<int> MovieIds { get; set; }
|
||||
|
||||
public override bool SendUpdatesToClient => true;
|
||||
public override bool SendUpdatesToClient => false;
|
||||
|
||||
public RenameMovieFolderCommand(List<int> ids)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user