mkm3u, ref/drwho-*.m3u8: Use `file://' prefix for audio files.
[epls] / mkm3u
diff --git a/mkm3u b/mkm3u
index 0b5b800..1bccdeb 100755 (executable)
--- a/mkm3u
+++ b/mkm3u
@@ -200,11 +200,11 @@ class VideoDir (object):
     me.seasons = seasons
 
 class AudioDisc (Source):
-  #PREFIX = "file://"
+  PREFIX = "file://"
   TITLEP = CHAPTERP = False
 
 class AudioEpisode (Source):
-  #PREFIX = "file://"
+  PREFIX = "file://"
   TITLEP = CHAPTERP = False
   def __init__(me, fn, i, *args, **kw):
     super().__init__(fn, *args, **kw)