From 2b7a89c667e77e56f66c486c1fa799ceee7fd7ca Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Tue, 26 Oct 2010 20:53:48 +0000 Subject: [PATCH] fix play link --- webview.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview.py b/webview.py index 2d35182..8a8d9f2 100644 --- a/webview.py +++ b/webview.py @@ -279,7 +279,7 @@ class WebView(FieldStorage): session = conference_dict['session'] professor = conference_dict['professor'] comment = conference_dict['comment'] - self.mount_point ='-'.join([clean_string(self.short_name),clean_string(department), clean_string(conference)])+'.'+self.format+'.m3u' + self.mount_point ='_-_'.join([self.short_name,department,conference])+'.'+self.format+'.m3u' self.writing = writing self.casting = casting self.refresh = True @@ -304,7 +304,7 @@ class WebView(FieldStorage): print "