1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Fix namespace for BlacklistBulkResource

This commit is contained in:
Mark McDowall 2020-10-18 15:06:47 -07:00
parent 897673b459
commit a7e9eebfed
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Api.V3.Blacklist namespace Sonarr.Api.V3.Blacklist
{ {
public class BlacklistBulkResource public class BlacklistBulkResource
{ {

View File

@ -1,5 +1,4 @@
using NzbDrone.Api.V3.Blacklist; using NzbDrone.Core.Blacklisting;
using NzbDrone.Core.Blacklisting;
using NzbDrone.Core.Datastore; using NzbDrone.Core.Datastore;
using Sonarr.Http; using Sonarr.Http;
using Sonarr.Http.Extensions; using Sonarr.Http.Extensions;