]> git.sesse.net Git - vlc/blobdiff - share/lua/playlist/cue.lua
Cue: use URI to open the file
[vlc] / share / lua / playlist / cue.lua
index 5a673c7e90c6df6d13cd7d48cad144f0315ec119..3b867e8e09cf0edd6ad46765ac23a530d97e6fe9 100644 (file)
@@ -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