mirror of
https://github.com/Radarr/Radarr
synced 2026-01-15 03:53:12 +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; }
|
|
}
|
|
} |