mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +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();
|
||||
|
||||
if ( map.contains( "private" ) && map[ "private" ].value< TomahawkSettings::PrivateListeningMode >() == TomahawkSettings::FullyPrivate )
|
||||
return;
|
||||
|
||||
if ( !map.contains( "trackinfo" ) || !map[ "trackinfo" ].canConvert< Tomahawk::InfoSystem::InfoStringHash >() )
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user