mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
checking for existing files to import is now case insensitive.
This commit is contained in:
parent
c13195046d
commit
e377e02db4
8 changed files with 30 additions and 191 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue