mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Do not reparse episode files
This commit is contained in:
@@ -66,14 +66,14 @@ namespace NzbDrone.Core.MediaFiles
|
||||
continue;
|
||||
}
|
||||
|
||||
var localEpsiode = _parsingService.GetEpisodes(episodeFile.Path, series);
|
||||
|
||||
if (localEpsiode == null || episodes.Count != localEpsiode.Episodes.Count)
|
||||
{
|
||||
_logger.Trace("File [{0}] parsed episodes has changed, removing from db", episodeFile.Path);
|
||||
_mediaFileService.Delete(episodeFile);
|
||||
continue;
|
||||
}
|
||||
// var localEpsiode = _parsingService.GetEpisodes(episodeFile.Path, series);
|
||||
//
|
||||
// if (localEpsiode == null || episodes.Count != localEpsiode.Episodes.Count)
|
||||
// {
|
||||
// _logger.Trace("File [{0}] parsed episodes has changed, removing from db", episodeFile.Path);
|
||||
// _mediaFileService.Delete(episodeFile);
|
||||
// continue;
|
||||
// }
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user