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:
parent
3f39b0a95f
commit
ca375bcc76
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user