mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 12:02:48 +01:00
Delete Twitter reply.
This commit is contained in:
parent
0da9afa0e3
commit
1b5352367a
@ -188,6 +188,8 @@ QString GenerateHtmlForTweetStream(const QVariantList& tweets) {
|
||||
|
||||
void TwitterArtistInfo::UserTimelineRequestFinished(
|
||||
QNetworkReply* reply, const QString& twitter_id, int id) {
|
||||
reply->deleteLater();
|
||||
|
||||
QJson::Parser parser;
|
||||
bool ok = false;
|
||||
QVariant result = parser.parse(reply, &ok);
|
||||
|
Loading…
Reference in New Issue
Block a user