mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
GH-1864 fix imgur album creation
This commit is contained in:
@@ -100,6 +100,7 @@ void ImgurUpload::downloadFinished()
|
||||
}
|
||||
m_shot->m_imgurId = object.value("data").toObject().value("id").toString();
|
||||
m_shot->m_url = object.value("data").toObject().value("link").toString();
|
||||
m_shot->m_imgurDeleteHash = object.value("data").toObject().value("deletehash").toString();
|
||||
m_status = Job_Finished;
|
||||
finished = true;
|
||||
emit succeeded(m_index_within_job);
|
||||
|
||||
Reference in New Issue
Block a user