From 1794b67582fd8da1b8f67463db08ceedac9fed3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20LASSERRE?= Date: Fri, 30 Jan 2015 22:17:24 +0100 Subject: [PATCH] Update station.py Fix m3u listing files. --- deefuzzer/station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deefuzzer/station.py b/deefuzzer/station.py index 748abb8..af4cb02 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -291,7 +291,7 @@ class Station(Thread): return os.path.join(self.base_directory, a) def _path_m3u_rel(self, a): - return os.path.join(os.path.dirname(self.source), a) + return os.path.join(os.path.dirname(self.media_source), a) def _log(self, level, msg): try: -- 2.39.5