1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-28 10:37:41 +00:00
Lidarr/NzbDrone.Core/IndexerSearch/SeriesSearchCommand.cs
2013-07-21 19:52:53 -07:00

9 lines
No EOL
180 B
C#

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.IndexerSearch
{
public class SeriesSearchCommand : ICommand
{
public int SeriesId { get; set; }
}
}