WebSocket: добавлен метод worker-get-state-finish, небольшой рефакторинг

This commit is contained in:
Book Pauk
2020-01-23 16:25:06 +07:00
parent f3da5a9026
commit 3456b3d90e
3 changed files with 46 additions and 49 deletions

View File

@@ -272,7 +272,7 @@ class RecentBooksPage extends Vue {
async downloadBook(fb2path) {
try {
await readerApi.checkUrl(fb2path);
await readerApi.checkCachedBook(fb2path);
const d = this.$refs.download;
d.href = fb2path;