mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02: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:
@@ -517,9 +517,6 @@ MprisPlugin::audioStarted( const QVariant& input )
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
QVariantMap map = input.toMap();
|
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 >() )
|
if ( !map.contains( "trackinfo" ) || !map[ "trackinfo" ].canConvert< Tomahawk::InfoSystem::InfoStringHash >() )
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user