From 348776e66bd385e3ec11f5851a3a68bcc2bbe27a Mon Sep 17 00:00:00 2001 From: Sledge Sulaweyo Date: Wed, 11 Jul 2018 17:21:38 +0200 Subject: [PATCH] fix category to be the same on all --- plugins/rtorrent/rtom_allsessions_vol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rtorrent/rtom_allsessions_vol b/plugins/rtorrent/rtom_allsessions_vol index f474c3d6..4977b509 100755 --- a/plugins/rtorrent/rtom_allsessions_vol +++ b/plugins/rtorrent/rtom_allsessions_vol @@ -55,7 +55,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) { print "graph_args --base 1000 -r --lower-limit 0\n"; print "graph_title rTorrent volume\n"; print "graph_vlabel active torrents\n"; - print "graph_category torrent ".${category}."\n"; + print "graph_category filetransfer".${category}."\n"; print "complete.label complete\n"; print "complete.draw AREA\n"; print "complete.info complete torrents\n";