From c20f469b2021f070cbf5cf5a73ce430ddcd2fbd0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 16 Jan 2021 13:59:21 +0000 Subject: history: fixed column name git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9634 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/history/history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General') diff --git a/src/plugins/General/history/history.cpp b/src/plugins/General/history/history.cpp index 236e9f7bc..15c841c1d 100644 --- a/src/plugins/General/history/history.cpp +++ b/src/plugins/General/history/history.cpp @@ -120,7 +120,7 @@ bool History::createTables() bool ok = query.exec("CREATE TABLE IF NOT EXISTS track_history(ID INTEGER PRIMARY KEY AUTOINCREMENT," "Timestamp TIMESTAMP NOT NULL," "Title TEXT, Artist TEXT, AlbumArtist TEXT, Album TEXT, Comment TEXT, Genre TEXT, Composer TEXT," - "Year INTEGER, Track INTEGER, DiscNumer INTEGER, Duration INTEGER, URL BLOB)"); + "Year INTEGER, Track INTEGER, DiscNumber INTEGER, Duration INTEGER, URL BLOB)"); if(!ok) qWarning("History: unable to create table, error: %s", qPrintable(query.lastError().text())); -- cgit v1.2.3-13-gbd6f