Поправка бага

This commit is contained in:
Book Pauk
2019-02-03 23:27:54 +07:00
parent bc0b0d6e04
commit 4b6b9589ae

View File

@@ -515,7 +515,7 @@ class Reader extends Vue {
// уже просматривается сейчас
const recent = this.mostRecentBook();
if (recent && recent.url == opts.url && bookManager.hasBookParsed(recent)) {
if (!opts.force && recent && recent.url == opts.url && bookManager.hasBookParsed(recent)) {
this.loaderActive = false;
return;
}