Add log when not adding an episode when rebuilding the .crpresistent.

This commit is contained in:
Godzil 2018-06-11 21:36:08 +01:00
parent cbafa5bc90
commit 8dab83b3ef

View File

@ -104,6 +104,7 @@ function download(config: IConfig, page: IEpisodePage, player: IEpisodePlayer, d
if (config.rebuildcrp)
{
log.warn('Ignoring \'' + fileName + '\' as it does not exist...');
return done(null, true);
}