Commit 94932dc4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Cue: use URI to open the file

parent ea81feee
......@@ -60,7 +60,7 @@ function cue_track( global, track )
end
t = {}
t.path = cue_path( track.file or global.file )
t.path = vlc.strings.make_uri(cue_path( track.file or global.file ))
t.title = track.title
t.album = global.title
t.artist = track.performer or global.performer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment