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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
var localEpsiode = _parsingService.GetEpisodes(episodeFile.Path, series);
|
// var localEpsiode = _parsingService.GetEpisodes(episodeFile.Path, series);
|
||||||
|
//
|
||||||
if (localEpsiode == null || episodes.Count != localEpsiode.Episodes.Count)
|
// if (localEpsiode == null || episodes.Count != localEpsiode.Episodes.Count)
|
||||||
{
|
// {
|
||||||
_logger.Trace("File [{0}] parsed episodes has changed, removing from db", episodeFile.Path);
|
// _logger.Trace("File [{0}] parsed episodes has changed, removing from db", episodeFile.Path);
|
||||||
_mediaFileService.Delete(episodeFile);
|
// _mediaFileService.Delete(episodeFile);
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user