瀏覽代碼

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

Godzil 6 年之前
父節點
當前提交
8dab83b3ef
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
   }