mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -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
9 lines
146 B
C#
9 lines
146 B
C#
using NzbDrone.Core.ThingiProvider;
|
|
|
|
namespace NzbDrone.Core.Metadata
|
|
{
|
|
public class MetadataDefinition : ProviderDefinition
|
|
{
|
|
}
|
|
}
|