mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
fix looping over account existing
This commit is contained in:
parent
e8eb7300fc
commit
f2b1cc6ae3
@ -72,7 +72,10 @@ GetNewStuffModel::loadData()
|
||||
foreach ( Account* acct, allAccounts )
|
||||
{
|
||||
if ( AccountManager::instance()->factoryForAccount( acct ) == fac )
|
||||
{
|
||||
item->alreadyExists = true;
|
||||
break;
|
||||
}
|
||||
else
|
||||
item->alreadyExists = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user