1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 08:52:12 +02:00

* Make TrackData (re)parse SocialActions after setting a new one.

This commit is contained in:
Christian Muehlhaeuser 2013-09-08 01:22:33 +02:00
parent 8f701746a1
commit f402fb39a7

@ -40,6 +40,10 @@ DatabaseCommand_SocialAction::postCommitHook()
Servent::instance()->triggerDBSync();
}
trackdata_ptr trackData = TrackData::get( 0, m_artist, m_title );
if ( trackData )
trackData->loadSocialActions( true );
source()->reportSocialAttributesChanged( this );
}