From aae7c87bd827070a1a4469542038edfb36f6c433 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 13 May 2013 04:08:19 +0200 Subject: [PATCH] Set the fid as well as the lid. The fid is used to update the file entry when a reply is received. MyListAddCommand prefers the lid over fid. --- localmylist/requesthandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/localmylist/requesthandler.cpp b/localmylist/requesthandler.cpp index cd32b2c..6458b84 100644 --- a/localmylist/requesthandler.cpp +++ b/localmylist/requesthandler.cpp @@ -172,6 +172,7 @@ void RequestHandler::handleMyListUpdates() else if (request.lid) { cmd.setLid(request.lid); + cmd.setFid(request.fid); } else { -- 2.52.0