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:
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 );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user