mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Series search added
This commit is contained in:
parent
125f3d87a4
commit
d19e33f0a8
7 changed files with 83 additions and 9 deletions
9
NzbDrone.Core/IndexerSearch/SeriesSearchCommand.cs
Normal file
9
NzbDrone.Core/IndexerSearch/SeriesSearchCommand.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
public class SeriesSearchCommand : ICommand
|
||||
{
|
||||
public int SeriesId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue