1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-23 06:20:50 +00:00

Fix version in namespace for AutoTagging

This commit is contained in:
Bogdan 2024-03-09 10:57:24 +02:00
parent d04bb5333a
commit 29c77ec3a1
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
using NzbDrone.Core.AutoTagging.Specifications;
using NzbDrone.Core.Validation;
namespace Lidarr.Api.V3.AutoTagging
namespace Lidarr.Api.V1.AutoTagging
{
[V1ApiController]
public class AutoTaggingController : RestController<AutoTaggingResource>

View file

@ -7,7 +7,7 @@
using NzbDrone.Core.AutoTagging;
using NzbDrone.Core.AutoTagging.Specifications;
namespace Lidarr.Api.V3.AutoTagging
namespace Lidarr.Api.V1.AutoTagging
{
public class AutoTaggingResource : RestResource
{

View file

@ -3,7 +3,7 @@
using Lidarr.Http.REST;
using NzbDrone.Core.AutoTagging.Specifications;
namespace Lidarr.Api.V3.AutoTagging
namespace Lidarr.Api.V1.AutoTagging
{
public class AutoTaggingSpecificationSchema : RestResource
{