mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
wasn't meant to commit that
This commit is contained in:
@@ -96,8 +96,8 @@ DatabaseCommand_CreatePlaylist::createPlaylist( DatabaseImpl* lib, bool dynamic)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
now = QDateTime::currentDateTime().toTime_t();
|
now = QDateTime::currentDateTime().toTime_t();
|
||||||
}
|
|
||||||
m_playlist->setCreatedOn( now );
|
m_playlist->setCreatedOn( now );
|
||||||
|
}
|
||||||
|
|
||||||
TomahawkSqlQuery cre = lib->newquery();
|
TomahawkSqlQuery cre = lib->newquery();
|
||||||
cre.prepare( "INSERT INTO playlist( guid, source, shared, title, info, creator, lastmodified, dynplaylist, createdOn) "
|
cre.prepare( "INSERT INTO playlist( guid, source, shared, title, info, creator, lastmodified, dynplaylist, createdOn) "
|
||||||
|
Reference in New Issue
Block a user