1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 13:01:53 +02:00

Style **cough**

This commit is contained in:
Leo Franchi 2015-01-21 19:45:14 -08:00
parent 835dd9e4eb
commit a64427da15

View File

@ -217,7 +217,9 @@ JSPFLoader::gotBody()
false,
m_entries );
emit ok( m_playlist );
} else {
}
else
{
if ( !m_entries.isEmpty() )
emit tracks( m_entries );
}