Skip to content

Commit

Permalink
Fix version in namespace for AutoTagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 9, 2024
1 parent d04bb53 commit 29c77ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Lidarr.Api.V1/AutoTagging/AutoTaggingController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/Lidarr.Api.V1/AutoTagging/AutoTaggingResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 29c77ec

Please sign in to comment.