summaryrefslogtreecommitdiff
path: root/playlist.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 /playlist.h
parentbe13f4e8c6ab99401f6eda6f7b91278c7fef3d47 (diff)
lastfm submission works
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 7e2df4c2..b7304b14 100644
--- a/playlist.h
+++ b/playlist.h
@@ -39,6 +39,7 @@ typedef struct playItem_s {
int endoffset; // offset from end of file where music data ends (mp3)
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
struct playItem_s *next[PL_MAX_ITERATORS]; // next item in linked list
struct playItem_s *prev[PL_MAX_ITERATORS]; // prev item in linked list