mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-02 21:12:09 +01:00
10 lines
No EOL
226 B
C#
10 lines
No EOL
226 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.IndexerSearch
|
|
{
|
|
public class SeasonSearchCommand : ICommand
|
|
{
|
|
public int SeriesId { get; set; }
|
|
public int SeasonNumber { get; set; }
|
|
}
|
|
} |