mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Fixes after rebase
This commit is contained in:
parent
409e1cca94
commit
e9db0fc14a
18 changed files with 20 additions and 63 deletions
|
@ -48,7 +48,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!DiskProvider.IsParent(series.Path, episodeFile.Path))
|
||||
if (!DiskProviderBase.IsParent(series.Path, episodeFile.Path))
|
||||
{
|
||||
_logger.Trace("File [{0}] does not belong to this series, removing from db", episodeFile.Path);
|
||||
_mediaFileService.Delete(episodeFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue