From 99a7f830ec9d606a877b96457b4818d223bbf175 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 13 Jan 2019 18:06:19 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/core/ReaderWorker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/ReaderWorker.js b/server/core/ReaderWorker.js index 4988e462..50dc2269 100644 --- a/server/core/ReaderWorker.js +++ b/server/core/ReaderWorker.js @@ -48,7 +48,7 @@ class ReaderWorker { wState.set({progress: 100}); //parse book - wState.set({state: 'parse', step: 3, progress: 0}); + wState.set({state: 'convert', step: 3, progress: 0}); let resultFilename = `${this.config.tempPublicDir}/${tempFilename2}`; await this.bookConverter.convertToFb2(decompFilename, resultFilename, url, progress => { wState.set({progress});