mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
fixed open comic from YACReaderLibrary (wrong libraryId was being sent to YACReader)
This commit is contained in:
@ -1279,7 +1279,7 @@ void LibraryWindow::openComic()
|
|||||||
|
|
||||||
quint64 comicId = comic.id;
|
quint64 comicId = comic.id;
|
||||||
//TODO generate IDS for libraries...
|
//TODO generate IDS for libraries...
|
||||||
quint64 libraryId = selectedLibrary->currentIndex();
|
quint64 libraryId = libraries.getId(selectedLibrary->currentText());
|
||||||
|
|
||||||
// %1 %2 %3 NO-->%4 %5 %6 %7 %8 %9 %10
|
// %1 %2 %3 NO-->%4 %5 %6 %7 %8 %9 %10
|
||||||
//Invoke YACReader comicPath comicId libraryId NO-->currentPage bookmark1 bookmark2 bookmark3 brightness contrast gamma
|
//Invoke YACReader comicPath comicId libraryId NO-->currentPage bookmark1 bookmark2 bookmark3 brightness contrast gamma
|
||||||
|
Reference in New Issue
Block a user