mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07: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;
|
||||||
using NzbDrone.Core.AutoTagging.Specifications;
|
using NzbDrone.Core.AutoTagging.Specifications;
|
||||||
using NzbDrone.Core.Validation;
|
using NzbDrone.Core.Validation;
|
||||||
|
|
||||||
namespace Lidarr.Api.V3.AutoTagging
|
namespace Lidarr.Api.V1.AutoTagging
|
||||||
{
|
{
|
||||||
[V1ApiController]
|
[V1ApiController]
|
||||||
public class AutoTaggingController : RestController<AutoTaggingResource>
|
public class AutoTaggingController : RestController<AutoTaggingResource>
|
||||||
|
|
|
@ -7,7 +7,7 @@ using Lidarr.Http.REST;
|
||||||
using NzbDrone.Core.AutoTagging;
|
using NzbDrone.Core.AutoTagging;
|
||||||
using NzbDrone.Core.AutoTagging.Specifications;
|
using NzbDrone.Core.AutoTagging.Specifications;
|
||||||
|
|
||||||
namespace Lidarr.Api.V3.AutoTagging
|
namespace Lidarr.Api.V1.AutoTagging
|
||||||
{
|
{
|
||||||
public class AutoTaggingResource : RestResource
|
public class AutoTaggingResource : RestResource
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@ using Lidarr.Http.ClientSchema;
|
||||||
using Lidarr.Http.REST;
|
using Lidarr.Http.REST;
|
||||||
using NzbDrone.Core.AutoTagging.Specifications;
|
using NzbDrone.Core.AutoTagging.Specifications;
|
||||||
|
|
||||||
namespace Lidarr.Api.V3.AutoTagging
|
namespace Lidarr.Api.V1.AutoTagging
|
||||||
{
|
{
|
||||||
public class AutoTaggingSpecificationSchema : RestResource
|
public class AutoTaggingSpecificationSchema : RestResource
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue