mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
parent
23681167e4
commit
559011ba82
2 changed files with 126 additions and 1 deletions
|
@ -178,7 +178,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
public virtual bool SeriesPathExists(string cleanPath)
|
||||
{
|
||||
if (GetAllSeries().Any(s => s.Path == cleanPath))
|
||||
if (GetAllSeries().Any(s => s.Path.ToLower() == cleanPath.ToLower()))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue