diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index fe5fe6e1a..98bac5dff 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -256,7 +256,7 @@ Query::onResolvingFinished() m_resolveFinished = true; m_resolvers.clear(); - emit resolvingFinished( m_solved ); + emit resolvingFinished( m_playable ); } }