Skip to content

Commit

Permalink
Radio: Don't process network reply on another handler
Browse files Browse the repository at this point in the history
(cherry picked from commit 3ad79c0)
  • Loading branch information
zaps166 committed Oct 22, 2017
1 parent b38e5ca commit 3c733bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/Extensions/Radio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ void Radio::loadIcons()

void Radio::replyFinished(NetworkReply *reply)
{
if (reply == m_qmplay2RadioStationsReply)
return;
if (!reply->hasError())
{
const int idx = m_searchInfo.key({{}, reply}, -1);
Expand Down

0 comments on commit 3c733bb

Please sign in to comment.