Call LibrariesUpdateCoordinator::init in YACReaderLibraryServer

This commit is contained in:
Luis Ángel San Martín
2024-12-24 10:44:34 +01:00
parent 9925692d5d
commit 97601282b8
2 changed files with 3 additions and 0 deletions

View File

@ -245,6 +245,8 @@ int start(QCoreApplication &app, QCommandLineParser &parser, const QStringList &
QLOG_INFO() << "Done updating libraries";
});
librariesUpdateCoordinator->init();
int ret = app.exec();
QLOG_INFO() << "YACReaderLibrary closed with exit code :" << ret;