mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: XBMC Metadata (Frodo+)
This commit is contained in:
parent
6493622ebc
commit
a6361d0bbd
49 changed files with 1078 additions and 78 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue