mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
New: XBMC Metadata (Frodo+)
This commit is contained in:
@@ -48,7 +48,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!_diskProvider.IsParent(series.Path, episodeFile.Path))
|
||||
if (!DiskProvider.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