forked from akai/readest
Make sure settings are loaded before loading library, closes #2
This commit is contained in:
@@ -210,6 +210,7 @@ export abstract class BaseAppService implements AppService {
|
||||
}
|
||||
|
||||
async loadLibraryBooks(): Promise<Book[]> {
|
||||
console.log('Loading library books...');
|
||||
let books: Book[] = [];
|
||||
const libraryFilename = getLibraryFilename();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user