diff --git a/Scripts/Shared/Sonarr.js b/Scripts/Shared/Sonarr.js index dd58443..991c1cc 100644 --- a/Scripts/Shared/Sonarr.js +++ b/Scripts/Shared/Sonarr.js @@ -150,7 +150,7 @@ export class Sonarr let sp = x.path.toLowerCase(); if (!sp) return false; - return sp.includes(path); + return sp.includes(cp); }); if (showfile?.length) {