Add fixme
This commit is contained in:
parent
db4ad72678
commit
7ecc378bf9
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user