diff options
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 97555f44d..b7939111a 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -127,7 +127,7 @@ static void decoder_run_song(const struct song *song, const char *uri) pcm_convert_init(&decoder.conv_state); ret = false; - if (!song_is_file(song)) { + if (!song_is_file(song) || true) { unsigned int next = 0; /* first we try mime types: */ |