diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-05-27 18:27:57 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-05-27 18:27:57 (GMT) |
commit | 0f2b77c646e0ec7efe023efd42670d2e1ca655d2 (patch) | |
tree | 28daf58728a673eef925b688df2fc785a9b82e88 /rh-bin | |
parent | 77ac165beeda872a7ba92efceb12faa2a3459e92 (diff) |
PV will add show-id to title
Diffstat (limited to 'rh-bin')
-rwxr-xr-x | rh-bin/showlist.json | 2 |
1 files changed, 1 insertions, 1 deletions
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; |