aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_song.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/update_song.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_song.c b/src/update_song.c
index 1126ad115..f5930d688 100644
--- a/src/update_song.c
+++ b/src/update_song.c
@@ -104,7 +104,7 @@ update_song_file(struct directory *directory,
const struct stat *st)
{
const struct decoder_plugin *plugin =
- decoder_plugin_from_suffix(suffix, false);
+ decoder_plugin_from_suffix(suffix, NULL);
if (plugin == NULL)
return false;