mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Series search added
This commit is contained in:
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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user