mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 10:26:54 +00:00
Fixed: Failing to start when RenameMovieFolders queued
This commit is contained in:
parent
17c60f897b
commit
dc66e92c48
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ public class RenameMovieFolderCommand : Command
|
|||
|
||||
public override bool SendUpdatesToClient => false;
|
||||
|
||||
public RenameMovieFolderCommand()
|
||||
{
|
||||
}
|
||||
|
||||
public RenameMovieFolderCommand(List<int> ids)
|
||||
{
|
||||
MovieIds = ids;
|
||||
|
|
Loading…
Reference in a new issue