summaryrefslogtreecommitdiff
path: root/csid.cpp
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-14 19:50:35 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-14 19:50:35 +0200
commit9714adc59ea1d46750bd24153ce82c5cfaa5df78 (patch)
tree72ec05221c6c0da840da04cedaef9a804e966cc3 /csid.cpp
parent6d82e1b24c2e98ed627b5d8ed6a2064bebd44d9d (diff)
added filetype to playlist format
Diffstat (limited to 'csid.cpp')
-rw-r--r--csid.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/csid.cpp b/csid.cpp
index e791c2bc..aa2b87a1 100644
--- a/csid.cpp
+++ b/csid.cpp
@@ -504,6 +504,7 @@ codec_t csid = {
csid_getexts,
csid_numvoices,
csid_mutevoice,
- "stdsid"
+ "stdsid",
+ { "sid", NULL }
};