mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fix namespace for CustomFormatController
This commit is contained in:
parent
150c76f61c
commit
a3c33fe8cc
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using FluentValidation;
|
||||
using Lidarr.Api.V1.CustomFormats;
|
||||
using Lidarr.Http;
|
||||
using Lidarr.Http.REST;
|
||||
using Lidarr.Http.REST.Attributes;
|
||||
|
@ -9,7 +8,7 @@ using Microsoft.AspNetCore.Mvc;
|
|||
using NzbDrone.Common.Extensions;
|
||||
using NzbDrone.Core.CustomFormats;
|
||||
|
||||
namespace Sonarr.Api.V3.CustomFormats
|
||||
namespace Lidarr.Api.V1.CustomFormats
|
||||
{
|
||||
[V1ApiController]
|
||||
public class CustomFormatController : RestController<CustomFormatResource>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue