mirror of https://github.com/Sonarr/Sonarr
Fix namespace for BlacklistBulkResource
This commit is contained in:
parent
897673b459
commit
a7e9eebfed
|
@ -1,6 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Api.V3.Blacklist
|
||||
namespace Sonarr.Api.V3.Blacklist
|
||||
{
|
||||
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 Sonarr.Http;
|
||||
using Sonarr.Http.Extensions;
|
||||
|
|
Loading…
Reference in New Issue