1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

* Style fix in DbCmd_SetPlaylistRevision.

This commit is contained in:
Christian Muehlhaeuser 2012-05-31 21:29:38 +02:00
parent ca3b01362c
commit 7a8818ae94

View File

@ -167,7 +167,6 @@ DatabaseCommand_SetPlaylistRevision::exec( DatabaseImpl* lib )
foreach( const plentry_ptr& e, m_entries )
{
adde.bindValue( 0, e->query()->track() );
adde.bindValue( 1, e->query()->artist() );
adde.bindValue( 2, e->query()->album() );