From 7ecc378bf9b33c5bbcb4c1a83d450569478f6ff3 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Wed, 28 Apr 2010 21:54:06 +0200 Subject: [PATCH] Add fixme --- mopidy/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mopidy/utils.py b/mopidy/utils.py index 8edbc20d..9a23dd25 100644 --- a/mopidy/utils.py +++ b/mopidy/utils.py @@ -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: