mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 21:44:43 -04:00
fixed "rating" not being loaded from the data base
This commit is contained in:
@ -216,7 +216,9 @@ void MainWindowViewer::openFromArgv()
|
||||
YACReaderLocalClient client;
|
||||
|
||||
if(client.requestComicInfo(libraryId,currentComicDB,siblingComics))
|
||||
{
|
||||
open(pathFile+currentComicDB.path,currentComicDB,siblingComics);
|
||||
}
|
||||
else
|
||||
{/*error*/}
|
||||
|
||||
|
Reference in New Issue
Block a user