mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 15:16:34 +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 )
|
DynamicWidget::hideEvent( QHideEvent* ev )
|
||||||
{
|
{
|
||||||
if( m_runningOnDemand ) {
|
if( m_runningOnDemand ) {
|
||||||
stopStation();
|
stopStation( false );
|
||||||
}
|
}
|
||||||
QWidget::hideEvent( ev );
|
QWidget::hideEvent( ev );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user