1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-25 21:29:19 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
dbe56bb840 Bump to 0.8.3rc3. 2015-04-10 08:14:28 +02:00
Christian Muehlhaeuser
951453fac7 Disable lazily loading query's social-actions. 2015-04-10 08:06:34 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ ENDIF()
SET( TOMAHAWK_VERSION_MAJOR 0 )
SET( TOMAHAWK_VERSION_MINOR 8 )
SET( TOMAHAWK_VERSION_PATCH 3 )
SET( TOMAHAWK_VERSION_RC 2 )
SET( TOMAHAWK_VERSION_RC 3 )
SET( TOMAHAWK_TRANSLATION_LANGUAGES ar bg bn_IN ca cs da de en el es fi fr hi_IN hu gl id it ja lt nl pl pt_BR ro ru sq sv th tr uk vi zh_CN zh_TW )

View File

@@ -699,10 +699,10 @@ PlayableProxyModel::updateDetailedInfo( const QModelIndex& index )
{
item->query()->track()->cover( QSize( 0, 0 ) );
if ( style() == PlayableProxyModel::Fancy )
/* if ( style() == PlayableProxyModel::Fancy )
{
item->query()->track()->loadSocialActions();
}
}*/
}
}