Series search added

This commit is contained in:
Mark McDowall 2013-07-21 19:52:53 -07:00
commit d19e33f0a8
7 changed files with 83 additions and 9 deletions

View file

@ -0,0 +1,9 @@
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.IndexerSearch
{
public class SeriesSearchCommand : ICommand
{
public int SeriesId { get; set; }
}
}