mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +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:
@@ -518,9 +518,6 @@ MprisPlugin::audioStarted( const QVariant& input )
|
|||||||
|
|
||||||
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