local: Fix typo

This commit is contained in:
Stein Magnus Jodal 2012-12-12 15:43:16 +01:00
parent b397162bd0
commit 1707d6ae6e

View File

@ -140,7 +140,7 @@ def _convert_mpd_data(data, tracks, music_dir):
path = data['file'][1:]
else:
path = data['file']
path = urllib.uri2pathname(path)
path = urllib.url2pathname(path)
if artist_kwargs:
artist = Artist(**artist_kwargs)