From de5060bc578b9f2bb73f98e331ec7c73c428c89f Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Mon, 10 Aug 2020 23:02:47 +0200 Subject: [PATCH] [db] Remove a FIXME, not much of an issue --- src/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db.h b/src/db.h index cfb8efff..50f6dd97 100644 --- a/src/db.h +++ b/src/db.h @@ -192,7 +192,7 @@ struct media_file_info { char *description; /* daap.songdescription */ uint32_t db_timestamp; - uint32_t time_added; /* FIXME: time_t */ + uint32_t time_added; uint32_t time_modified; uint32_t time_played; uint32_t time_skipped;