cleaned up scene mapping code.

This commit is contained in:
kay.one 2013-03-31 19:43:58 -07:00
commit 48880e4964
25 changed files with 222 additions and 319 deletions

View file

@ -1,7 +1,8 @@
using System;
using System.Linq;
using NzbDrone.Core.DataAugmentation;
using NzbDrone.Core.DataAugmentation.Scene;
using NzbDrone.Core.Model.Notification;
using NzbDrone.Core.ReferenceData;
namespace NzbDrone.Core.Jobs.Implementations
{