From 0f2b77c646e0ec7efe023efd42670d2e1ca655d2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 27 May 2016 20:27:57 +0200 Subject: PV will add show-id to title diff --git a/rh-bin/showlist.json b/rh-bin/showlist.json index 09f87b5..cbf3da3 100755 --- a/rh-bin/showlist.json +++ b/rh-bin/showlist.json @@ -42,7 +42,7 @@ if(defined $ctx) { for my $href (@sorted) { my %show; $show{'id'} = int($href->{'ID'}); - $show{'title'} = $href->{'ID'} . " | " . $href->{'TITLE'}; + $show{'title'} = $href->{'TITLE'}; push @showlist, \%show; } $responsecode = 200; -- cgit v0.10.2