mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
ParseEpisodeInfo is now separated into ParseTitle and ParsePath
This commit is contained in:
parent
a91339dd7e
commit
07312780f1
4 changed files with 53 additions and 61 deletions
|
@ -98,7 +98,7 @@ namespace NzbDrone.Core.Providers
|
|||
return null;
|
||||
}
|
||||
|
||||
var parseResult = Parser.ParseEpisodeInfo(filePath);
|
||||
var parseResult = Parser.ParsePath(filePath);
|
||||
|
||||
if (parseResult == null)
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue