mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
7af782d353
New: Test button for indexers in UI Fixed: Testing download clients shows error messages in UI Fixed: Testing notifications shows error messages in UI
11 lines
237 B
C#
11 lines
237 B
C#
using NzbDrone.Core.Indexers;
|
|
using NzbDrone.Core.ThingiProvider;
|
|
|
|
namespace NzbDrone.Core.Download
|
|
{
|
|
public class DownloadClientDefinition : ProviderDefinition
|
|
{
|
|
public DownloadProtocol Protocol { get; set; }
|
|
}
|
|
}
|