mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 14:30:49 +00:00
Fix version in namespace for AutoTagging
This commit is contained in:
parent
d04bb5333a
commit
29c77ec3a1
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue