summaryrefslogtreecommitdiff
path: root/cgme.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-08 10:46:04 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-08 10:46:04 +0200
commit0f8e5290cbd1789a1efa1b979fd5952c529956d9 (patch)
tree3ade1dd6801ff24ad8051954ffc2b9c87aad668e /cgme.c
parentc2dbadc6ec891f9bf0287698eab18dccc7f1b52d (diff)
fixed several cue problems, added filetype display for FLAC and GME
Diffstat (limited to 'cgme.c')
-rw-r--r--cgme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgme.c b/cgme.c
index 046f0f3e..abb74cb4 100644
--- a/cgme.c
+++ b/cgme.c
@@ -123,6 +123,7 @@ cgme_insert (playItem_t *after, const char *fname) {
else {
it->duration = (float)inf.length/1000.f;
}
+ it->filetype = "GME";
after = ps_insert_item (after, it);
}
else {