summaryrefslogtreecommitdiff
path: root/plugins/shn
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-27 22:27:11 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-27 22:27:11 +0200
commit63f83233f6bbfd3b7add1cc3abcb4bf75b7f5912 (patch)
tree6faf83e38503e0a330819ae8d80f04c6dee54dab /plugins/shn
parentd6edc30d31c904a70286fd3fe07eaa9c0a5bb018 (diff)
fixed mp3 filetype for streamed radio;
removed filetypes ptr in DB_decoder_t
Diffstat (limited to 'plugins/shn')
-rw-r--r--plugins/shn/shn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/shn/shn.c b/plugins/shn/shn.c
index 4a90583c..04b00575 100644
--- a/plugins/shn/shn.c
+++ b/plugins/shn/shn.c
@@ -1786,8 +1786,6 @@ void write_and_wait(shn_file *this_shn,int block_size)
#endif
static const char * exts[] = { "shn", NULL };
-static const char *filetypes[] = { "Shorten", NULL };
-
static const char settings_dlg[] =
"property \"Relative seek table path\" entry shn.relative_seektable_path seektables;\n"
@@ -1834,7 +1832,6 @@ static DB_decoder_t plugin = {
.seek_sample = shn_seek_sample,
.insert = shn_insert,
.exts = exts,
- .filetypes = filetypes
};
DB_plugin_t *