1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 20:04:00 +02:00

and set properly

This commit is contained in:
Leo Franchi
2011-04-15 19:13:54 -04:00
parent ab72ee2302
commit fe08bf2175

View File

@@ -96,8 +96,8 @@ DatabaseCommand_CreatePlaylist::createPlaylist( DatabaseImpl* lib, bool dynamic)
else
{
now = QDateTime::currentDateTime().toTime_t();
m_playlist->setCreatedOn( now );
}
m_playlist->setCreatedOn( now );
TomahawkSqlQuery cre = lib->newquery();
cre.prepare( "INSERT INTO playlist( guid, source, shared, title, info, creator, lastmodified, dynplaylist, createdOn) "