summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-27 23:03:00 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-27 23:03:00 +0200
commit81d1b50a3bd28099b784e5b2a14295e715a48d01 (patch)
treec0b51d15a92d17ca79b2195fe6cf45d6b56b1243 /deadbeef.h
parentbe13f4e8c6ab99401f6eda6f7b91278c7fef3d47 (diff)
lastfm submission works
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 1db005b6..2dfefda9 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -57,6 +57,7 @@ typedef struct {
int endoffset; // offset from end of file where music data ends
int shufflerating; // sort order for shuffle mode
float playtime; // total playtime
+ time_t started_timestamp; // result of calling time(NULL)
const char *filetype; // e.g. MP3 or OGG
} DB_playItem_t;