summaryrefslogtreecommitdiff
path: root/cgi-bin/playlist
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2014-02-17 11:10:32 -0600
committerJules Laplace <carbon@melanarchy.org>2014-02-17 11:10:32 -0600
commit30f1cd22906cae2bd4df35b4bf8fd72287f73ac5 (patch)
tree282891fa4de0a70c05421d563c63f0aeced81530 /cgi-bin/playlist
parent04821c579b0df2c29fca58d43bd0f0d80bdbb451 (diff)
make playlist work again https violation
Diffstat (limited to 'cgi-bin/playlist')
-rwxr-xr-xcgi-bin/playlist2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/playlist b/cgi-bin/playlist
index 9b87d6a..a03a9ed 100755
--- a/cgi-bin/playlist
+++ b/cgi-bin/playlist
@@ -33,7 +33,7 @@ __RSS__
next unless ($file->{filename} =~ /mp3$/i);
my $z_file = $file->{filename};
my $z_filepath = uri_escape($file->{filename});
- my $z_content = "https://$BUCKY_HOST$live_path/$file->{thread}/$z_filepath";
+ my $z_content = "http://$BUCKY_HOST$live_path/$file->{thread}/$z_filepath";
$rss .= <<__RSS__;
<item>
<title>$z_file</title>