mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02: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