mirror of
https://github.com/Lidarr/Lidarr
synced 2026-02-05 06:13:59 +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; }
|
|
}
|
|
} |