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:
parent
897673b459
commit
a7e9eebfed
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user