summaryrefslogtreecommitdiff
path: root/apps/database.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/database.c')
-rw-r--r--apps/database.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/database.c b/apps/database.c
index 0e2a53b317..1691e2221b 100644
--- a/apps/database.c
+++ b/apps/database.c
@@ -314,8 +314,8 @@ void rundb_unbuffer_track(struct mp3entry *id, bool last_track) {
314 } 314 }
315} 315}
316 316
317void rundb_track_change(struct track_info *ti) { 317void rundb_track_change(struct mp3entry *id) {
318 ti->id3.playcount++; 318 id->playcount++;
319} 319}
320 320
321void rundb_buffer_track(struct mp3entry *id, bool last_track) { 321void rundb_buffer_track(struct mp3entry *id, bool last_track) {