checking for existing files to import is now case insensitive.

This commit is contained in:
Keivan Beigi 2013-08-20 14:29:10 -07:00
parent c13195046d
commit e377e02db4
8 changed files with 30 additions and 191 deletions

View file

@ -1,9 +1,7 @@
using System.IO;
using System.Linq;
using NLog;
using NzbDrone.Common;
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Tv;
namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
{