mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
Adium plugin now does nothing on pause, and clears status on stop.
This commit is contained in:
parent
3277ad7802
commit
3da78d7cee
@ -107,9 +107,9 @@ AdiumPlugin::pushInfo( const QString caller, const Tomahawk::InfoSystem::InfoTyp
|
||||
case InfoNowPlaying:
|
||||
audioStarted( input );
|
||||
break;
|
||||
case InfoNowPaused:
|
||||
audioPaused();
|
||||
break;
|
||||
// case InfoNowPaused:
|
||||
// audioPaused();
|
||||
// break;
|
||||
case InfoNowResumed:
|
||||
audioResumed( input );
|
||||
break;
|
||||
@ -170,16 +170,15 @@ void
|
||||
AdiumPlugin::audioStopped()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
// TODO: audio stopped, so push update status to Adium that says "stopped"
|
||||
setStatus( "Stopped" );
|
||||
setStatus( "" );
|
||||
}
|
||||
|
||||
void
|
||||
AdiumPlugin::audioPaused()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
// TODO: audio paused, so push update status to Adium that says "paused"
|
||||
setStatus( "Paused" );
|
||||
|
||||
//setStatus( "Paused" );
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user