1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04: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
@@ -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;