Add log when not adding an episode when rebuilding the .crpresistent.
This commit is contained in:
parent
cbafa5bc90
commit
8dab83b3ef
@ -104,6 +104,7 @@ function download(config: IConfig, page: IEpisodePage, player: IEpisodePlayer, d
|
|||||||
|
|
||||||
if (config.rebuildcrp)
|
if (config.rebuildcrp)
|
||||||
{
|
{
|
||||||
|
log.warn('Ignoring \'' + fileName + '\' as it does not exist...');
|
||||||
return done(null, true);
|
return done(null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user