From 0121330b57fcdcc600afe8d19dadf2f7d24d66d4 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 30 Oct 2010 03:47:14 +0200 Subject: play: fix playlist loading from last commit --- play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.py b/play.py index 33f4ab8..6e02198 100755 --- a/play.py +++ b/play.py @@ -920,7 +920,7 @@ class PlaylistWindow(TagListWindow): if VALID_SONG(filename): self.append(PlaylistEntry(pathname)) elif VALID_PLAYLIST(filename): - self.add_playlist(filename) + self.add_playlist(pathname) if os.path.isdir(pathname): subdirs.append(pathname) map(self.add_dir, subdirs) -- cgit v1.2.3