mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Always emit a playback history list, even if it's empty.
This commit is contained in:
@@ -80,6 +80,5 @@ DatabaseCommand_PlaybackHistory::exec( DatabaseImpl* dbi )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ql.count() )
|
emit tracks( ql );
|
||||||
emit tracks( ql );
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user