mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixes after rebase
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user