1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Always emit a playback history list, even if it's empty.

This commit is contained in:
Christian Muehlhaeuser 2012-06-01 08:45:20 +02:00
parent ba7556b078
commit eff7669dd2

View File

@ -80,6 +80,5 @@ DatabaseCommand_PlaybackHistory::exec( DatabaseImpl* dbi )
}
}
if ( ql.count() )
emit tracks( ql );
emit tracks( ql );
}