Browse Source

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

Godzil 6 years ago
parent
commit
8dab83b3ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/episode.ts

+ 1 - 0
src/episode.ts

@@ -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);
   }