1
0
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:
Leo Franchi
2011-02-19 13:50:57 -05:00
parent 199d051ab7
commit 10bf9f505c

View File

@@ -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 );
} }