1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02: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 ) foreach( const plentry_ptr& e, m_entries )
{ {
adde.bindValue( 0, e->query()->track() ); adde.bindValue( 0, e->query()->track() );
adde.bindValue( 1, e->query()->artist() ); adde.bindValue( 1, e->query()->artist() );
adde.bindValue( 2, e->query()->album() ); adde.bindValue( 2, e->query()->album() );