summaryrefslogtreecommitdiff
path: root/libwardrobe/src/wardrobe.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-07-07 21:46:32 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-07-07 21:46:32 +0200
commiteb46d942e5ecf50ff9f85ee62ea2fa454aa228fa (patch)
tree4e1d0fab3eff575274f6ec334680d51936675c7e /libwardrobe/src/wardrobe.h
parente0b48b5fcc97b4979b32c79fe82c2fab5af89b86 (diff)
downloadpianobar-windows-eb46d942e5ecf50ff9f85ee62ea2fa454aa228fa.tar.gz
pianobar-windows-eb46d942e5ecf50ff9f85ee62ea2fa454aa228fa.tar.bz2
pianobar-windows-eb46d942e5ecf50ff9f85ee62ea2fa454aa228fa.zip
Use album title too (for scrobbling, e.g.)
Diffstat (limited to 'libwardrobe/src/wardrobe.h')
-rw-r--r--libwardrobe/src/wardrobe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libwardrobe/src/wardrobe.h b/libwardrobe/src/wardrobe.h
index aeeda87..5662139 100644
--- a/libwardrobe/src/wardrobe.h
+++ b/libwardrobe/src/wardrobe.h
@@ -35,6 +35,7 @@ typedef struct {
typedef struct {
char *artist;
char *title;
+ char *album;
time_t started;
time_t length;
} WardrobeSong_t;