mirror of
https://github.com/Readarr/Readarr
synced 2025-12-31 12:42:25 +01:00
parent
b37fd60b85
commit
a39be51d3e
5 changed files with 2 additions and 20 deletions
|
|
@ -1,11 +1,8 @@
|
|||
using NzbDrone.Common.Messaging;
|
||||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.Download
|
||||
{
|
||||
public class DownloadsProcessedEvent : IEvent
|
||||
{
|
||||
public DownloadsProcessedEvent()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,10 +11,6 @@ namespace NzbDrone.Core.MetadataSource.Goodreads
|
|||
[DebuggerDisplay("{DebuggerDisplay,nq}")]
|
||||
public sealed class ListResource : GoodreadsResource
|
||||
{
|
||||
public ListResource()
|
||||
{
|
||||
}
|
||||
|
||||
public override string ElementName => "list";
|
||||
|
||||
public int Page { get; private set; }
|
||||
|
|
|
|||
|
|
@ -17,10 +17,6 @@ public class GoodreadsOwnedBooksNotificationSettings : GoodreadsSettingsBase<Goo
|
|||
{
|
||||
private static readonly GoodreadsSettingsBaseValidator<GoodreadsOwnedBooksNotificationSettings> Validator = new GoodreadsSettingsBaseValidator<GoodreadsOwnedBooksNotificationSettings>();
|
||||
|
||||
public GoodreadsOwnedBooksNotificationSettings()
|
||||
{
|
||||
}
|
||||
|
||||
[FieldDefinition(1, Label = "Condition", Type = FieldType.Select, SelectOptions = typeof(OwnedBookCondition))]
|
||||
public int Condition { get; set; } = (int)OwnedBookCondition.BrandNew;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
using FluentValidation;
|
||||
using FluentValidation;
|
||||
using NzbDrone.Core.Annotations;
|
||||
using NzbDrone.Core.ThingiProvider;
|
||||
using NzbDrone.Core.Validation;
|
||||
|
|
@ -7,9 +7,6 @@ namespace NzbDrone.Core.Notifications.Synology
|
|||
{
|
||||
public class SynologyIndexerSettingsValidator : AbstractValidator<SynologyIndexerSettings>
|
||||
{
|
||||
public SynologyIndexerSettingsValidator()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class SynologyIndexerSettings : IProviderConfig
|
||||
|
|
|
|||
|
|
@ -5,10 +5,6 @@ namespace Readarr.Http
|
|||
{
|
||||
public class ApiInfoController : Controller
|
||||
{
|
||||
public ApiInfoController()
|
||||
{
|
||||
}
|
||||
|
||||
[HttpGet("/api")]
|
||||
[Produces("application/json")]
|
||||
public ApiInfoResource GetApiInfo()
|
||||
|
|
|
|||
Loading…
Reference in a new issue