From 84a81c7a5b9630043f3fffa9f48d23defd222d0b Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Mon, 20 Apr 2015 15:46:33 +0200 Subject: [PATCH] small cosmetic change, lines in bitrate graph are thicker. --- lib/icecast.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/icecast.pm b/lib/icecast.pm index c5e5efc..575d53e 100644 --- a/lib/icecast.pm +++ b/lib/icecast.pm @@ -420,7 +420,7 @@ sub icecast_cgi { } if(lc($icecast->{graph_mode}) ne "s") { foreach my $i (split(',', $icecast->{desc}->{$url})) { - push(@tmp, "LINE1:ice" . $e . "_mp$n" . $LC[$n]); + push(@tmp, "LINE2:ice" . $e . "_mp$n" . $LC[$n]); push(@tmpz, "LINE2:ice" . $e . "_mp$n" . $LC[$n]); } } @@ -518,7 +518,7 @@ sub icecast_cgi { foreach my $i (split(',', $icecast->{desc}->{$url})) { $i = trim($i); $str = sprintf("%-15s", substr($i, 0, 15)); - push(@tmp, "LINE1:ice" . $e . "_mp$n" . $LC[$n] . ":$str"); + push(@tmp, "LINE2:ice" . $e . "_mp$n" . $LC[$n] . ":$str"); push(@tmpz, "LINE2:ice" . $e . "_mp$n" . $LC[$n] . ":$i"); push(@tmp, "GPRINT:ice" . $e . "_mp$n" . ":LAST: Cur\\:%3.0lf"); push(@tmp, "GPRINT:ice" . $e . "_mp$n" . ":AVERAGE: Avg\\:%3.0lf");