Add fixme

This commit is contained in:
Thomas Adamcik 2010-04-28 21:54:06 +02:00
parent db4ad72678
commit 7ecc378bf9

View File

@ -124,6 +124,7 @@ def parse_m3u(file_path):
if line.startswith('#'):
continue
# FIXME what about other URI types?
if line.startswith('file://'):
uris.append(line)
else: