mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-16 21:35:04 -04:00
Fixed: Failing to start when RenameMovieFolders queued
This commit is contained in:
@@ -9,6 +9,10 @@ namespace NzbDrone.Core.MediaFiles.Commands
|
||||
|
||||
public override bool SendUpdatesToClient => false;
|
||||
|
||||
public RenameMovieFolderCommand()
|
||||
{
|
||||
}
|
||||
|
||||
public RenameMovieFolderCommand(List<int> ids)
|
||||
{
|
||||
MovieIds = ids;
|
||||
|
||||
Reference in New Issue
Block a user