mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Update the UI when a client synchronizes back the libraries
Only the top banners for now. TODO: ComicModel should also be updated.
This commit is contained in:
@ -273,6 +273,7 @@ void RequestMapper::serviceV2(HttpRequest &request, HttpResponse &response)
|
||||
VersionController().service(request, response);
|
||||
} else if (sync.exactMatch(path)) {
|
||||
SyncControllerV2().service(request, response);
|
||||
emit clientSync();
|
||||
} else {
|
||||
if (library.indexIn(path) != -1 && DBHelper::getLibraries().contains(library.cap(1).toInt())) {
|
||||
if (folderInfo.exactMatch(path)) {
|
||||
|
Reference in New Issue
Block a user