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 7308795c3..2f643d454 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -263,7 +263,7 @@ decoder_run_song(struct decoder_control *dc, static void decoder_run(struct decoder_control *dc) { - struct song *song = dc->next_song; + const struct song *song = dc->next_song; char *uri; if (song_is_file(song)) |