mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Provide information about the comic updated in UpdateComicControllerV2
This commit is contained in:
@ -15,6 +15,10 @@ public:
|
||||
|
||||
/** Generates the response */
|
||||
void service(stefanfrings::HttpRequest &request, stefanfrings::HttpResponse &response) override;
|
||||
|
||||
bool error;
|
||||
qulonglong updatedLibraryId;
|
||||
qulonglong updatedComicId;
|
||||
};
|
||||
|
||||
#endif // UPDATECOMICCONTROLLER_H
|
||||
|
Reference in New Issue
Block a user