mirror of
https://github.com/YACReader/yacreader
synced 2025-12-11 19:52:49 -05:00
fixed sorting in sibblings comics while reading remotely
This commit is contained in:
@ -22,6 +22,7 @@ public:
|
||||
static YACReaderLibraries getLibraries();
|
||||
static QList<LibraryItem *> getFolderSubfoldersFromLibrary(qulonglong libraryId, qulonglong folderId);
|
||||
static QList<LibraryItem *> getFolderComicsFromLibrary(qulonglong libraryId, qulonglong folderId);
|
||||
static QList<LibraryItem *> getFolderComicsFromLibrary(qulonglong libraryId, qulonglong folderId, bool sort);
|
||||
static qulonglong getParentFromComicFolderId(qulonglong libraryId, qulonglong id);
|
||||
static ComicDB getComicInfo(qulonglong libraryId, qulonglong id);
|
||||
static QList<ComicDB> getSiblings(qulonglong libraryId, qulonglong parentId);
|
||||
|
||||
Reference in New Issue
Block a user