1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Moved Jobs to their own folder.

This commit is contained in:
kay.one
2011-12-01 17:33:17 -08:00
parent cc8c70d7f5
commit fabc4c84bd
52 changed files with 124 additions and 132 deletions
@@ -3,6 +3,7 @@ using System.IO;
using System.Linq;
using System.Web.Mvc;
using NzbDrone.Common;
using NzbDrone.Core.Jobs;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Providers.Jobs;
using NzbDrone.Web.Models;