mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixes after rebase
This commit is contained in:
@@ -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)
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user