1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

added missing using

This commit is contained in:
Keivan Beigi
2014-12-06 22:08:41 -08:00
parent 0be8f55a2f
commit 6af9b03d26
7 changed files with 8 additions and 0 deletions
@@ -5,6 +5,7 @@ using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.Update;
using NzbDrone.Core.Validation;
using NzbDrone.Core.Validation.Paths;
using Omu.ValueInjecter;
namespace NzbDrone.Api.Config