mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Added SeasonSearchCommand
This commit is contained in:
parent
7ebcd2b75e
commit
8ee0789c62
6 changed files with 115 additions and 33 deletions
10
NzbDrone.Core/IndexerSearch/SeasonSearchCommand.cs
Normal file
10
NzbDrone.Core/IndexerSearch/SeasonSearchCommand.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
public class SeasonSearchCommand : ICommand
|
||||
{
|
||||
public int SeriesId { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue