aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DecoderThread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx
index 1df038158..8658c8883 100644
--- a/src/DecoderThread.cxx
+++ b/src/DecoderThread.cxx
@@ -402,7 +402,7 @@ decoder_run(DecoderControl &dc)
const std::string uri = song.IsFile()
? map_song_fs(song).c_str()
- : song.GetURI();
+ : song.GetRealURI();
if (uri.empty()) {
dc.state = DecoderState::ERROR;