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:
@@ -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() );
|
||||||
|
Reference in New Issue
Block a user