mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fixed: Annoying [renamemoviesfolder] Completed popup for no reason.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user