From: APTX Date: Mon, 13 May 2013 02:18:10 +0000 (+0200) Subject: Set lid when adding a new file to AniDB MyList. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=f41183716971fecbcdd0a4bc703920d2eeeb45f2;p=localmylist.git Set lid when adding a new file to AniDB MyList. --- 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();