fixed "rating" not being loaded from the data base

This commit is contained in:
Luis Ángel San Martín
2013-08-21 22:06:11 +02:00
parent 7eeebe428b
commit e43721fe8e
4 changed files with 5 additions and 28 deletions

View File

@ -216,7 +216,9 @@ void MainWindowViewer::openFromArgv()
YACReaderLocalClient client;
if(client.requestComicInfo(libraryId,currentComicDB,siblingComics))
{
open(pathFile+currentComicDB.path,currentComicDB,siblingComics);
}
else
{/*error*/}