mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 13:43:11 +02:00
removed duplicate --stop
This commit is contained in:
@@ -645,10 +645,5 @@ TomahawkApp::instanceStarted( KDSingleApplicationGuard::Instance instance )
|
||||
AudioEngine::instance()->stop();
|
||||
}
|
||||
|
||||
if ( instance.arguments.contains( "--stop" ) )
|
||||
{
|
||||
AudioEngine::instance()->stop();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user