mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Manual episode search added to episode details
This commit is contained in:
9
NzbDrone.Core/IndexerSearch/EpisodeSearchCommand.cs
Normal file
9
NzbDrone.Core/IndexerSearch/EpisodeSearchCommand.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
public class EpisodeSearchCommand : ICommand
|
||||
{
|
||||
public int EpisodeId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user