mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-25 21:29:19 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
dbe56bb840 | ||
|
951453fac7 |
@@ -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 )
|
||||
|
||||
|
@@ -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();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user