mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 16:02:53 +01:00
convert: playlist: Use syspath() for media files
loading as well.
This commit is contained in:
parent
a1baf9e94b
commit
785ef1576c
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class M3UFile():
|
|||
if line.startswith("#"):
|
||||
# Some EXTM3U comment, do something. FIXME
|
||||
continue
|
||||
self.media_list.append(line)
|
||||
self.media_list.append(syspath(line))
|
||||
if not self.media_list:
|
||||
raise EmptyPlaylistError
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue