mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 04:00:18 -07:00
Fixes after rebase
This commit is contained in:
parent
409e1cca94
commit
e9db0fc14a
18 changed files with 20 additions and 63 deletions
|
@ -64,7 +64,7 @@ namespace NzbDrone.Core.Parser
|
|||
Episodes = episodes,
|
||||
Path = filename,
|
||||
ParsedEpisodeInfo = parsedEpisodeInfo,
|
||||
ExistingFile = DiskProvider.IsParent(series.Path, filename)
|
||||
ExistingFile = DiskProviderBase.IsParent(series.Path, filename)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue