mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Debug and safety
This commit is contained in:
@@ -93,7 +93,9 @@ LastFmAccount::authenticate()
|
|||||||
}
|
}
|
||||||
else if ( m_resolver.isNull() )
|
else if ( m_resolver.isNull() )
|
||||||
{
|
{
|
||||||
AtticaManager::instance()->installResolver( res, false );
|
qDebug() << "Got null resolver but asked to authenticate, so installing i we have one from attica:" << res.isValid() << res.id();
|
||||||
|
if ( res.isValid() && !res.id().isEmpty() )
|
||||||
|
AtticaManager::instance()->installResolver( res, false );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user