mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
@@ -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;
|
||||
|
Reference in New Issue
Block a user