mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
don't stop playing a station by just changing view
This commit is contained in:
@@ -205,7 +205,7 @@ void
|
||||
DynamicWidget::hideEvent( QHideEvent* ev )
|
||||
{
|
||||
if( m_runningOnDemand ) {
|
||||
stopStation();
|
||||
stopStation( false );
|
||||
}
|
||||
QWidget::hideEvent( ev );
|
||||
}
|
||||
|
Reference in New Issue
Block a user