From ab3d89f484d7997e3f6dc0d4bb42c1da9377ba40 Mon Sep 17 00:00:00 2001 From: Jochen Keil Date: Sun, 8 Mar 2009 20:16:53 +0100 Subject: decoder_plugin: added method container_scan() [mk: fixed whitespace errors; use delete_song() instead of songvec_delete()] --- src/decoder/sidplay_plugin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder/sidplay_plugin.cxx') diff --git a/src/decoder/sidplay_plugin.cxx b/src/decoder/sidplay_plugin.cxx index cea7f84db..06ac9493d 100644 --- a/src/decoder/sidplay_plugin.cxx +++ b/src/decoder/sidplay_plugin.cxx @@ -156,6 +156,7 @@ const struct decoder_plugin sidplay_decoder_plugin = { NULL, /* stream_decode() */ sidplay_file_decode, sidplay_tag_dup, + NULL, /* container_scan */ sidplay_suffixes, NULL, /* mime_types */ }; -- cgit v1.2.3