1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-17 10:45:49 +02:00

Fixed namespace

This commit is contained in:
Mark McDowall 2014-02-03 17:42:35 -08:00
parent 1eae184b43
commit fe4f3d5d1e

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using NzbDrone.Api.REST;
using NzbDrone.Core.Tv;
using NzbDrone.Core.Qualities;
namespace NzbDrone.Api.Blacklist
{