From f41183716971fecbcdd0a4bc703920d2eeeb45f2 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 13 May 2013 04:18:10 +0200 Subject: [PATCH] Set lid when adding a new file to AniDB MyList. --- localmylist/requesthandler.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/localmylist/requesthandler.cpp b/localmylist/requesthandler.cpp index 6458b84..8abe9a6 100644 --- a/localmylist/requesthandler.cpp +++ b/localmylist/requesthandler.cpp @@ -550,6 +550,9 @@ void RequestHandler::myListAddReplyRecieved(bool success) return; } + if (reply->lid()) + f.lid = reply->lid(); + f.entryUpdate = QDateTime::currentDateTime(); f.myUpdate = QDateTime::currentDateTime(); -- 2.52.0