parent
ed3b47d76a
commit
04766bb786
@ -1,16 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Messaging.Commands;
|
||||
|
||||
namespace NzbDrone.Core.MediaFiles.Commands
|
||||
{
|
||||
public class RenameSeriesCommand : Command
|
||||
{
|
||||
public List<int> SeriesIds { get; set; }
|
||||
|
||||
public override bool SendUpdatesToClient => true;
|
||||
|
||||
public RenameSeriesCommand()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue