1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

Remove privacy for mpris; we want to keep local info updated, it's up to the user to configure how programs proxy mpris information

This commit is contained in:
Jeff Mitchell 2012-04-08 20:07:07 -04:00
parent 3f39b0a95f
commit ca375bcc76

View File

@ -517,9 +517,6 @@ MprisPlugin::audioStarted( const QVariant& input )
return;
QVariantMap map = input.toMap();
if ( map.contains( "private" ) && map[ "private" ].value< TomahawkSettings::PrivateListeningMode >() == TomahawkSettings::FullyPrivate )
return;
if ( !map.contains( "trackinfo" ) || !map[ "trackinfo" ].canConvert< Tomahawk::InfoSystem::InfoStringHash >() )
return;