summaryrefslogtreecommitdiff
path: root/rh-bin
diff options
context:
space:
mode:
Diffstat (limited to 'rh-bin')
-rwxr-xr-xrh-bin/showlist.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/rh-bin/showlist.json b/rh-bin/showlist.json
index 8c28ad8..507817d 100755
--- a/rh-bin/showlist.json
+++ b/rh-bin/showlist.json
@@ -40,7 +40,7 @@ if(defined $ctx) {
} else {
for my $href (@shows) {
my %show;
- $show{'id'} = $href->{'ID'};
+ $show{'id'} = int($href->{'ID'});
$show{'title'} = $href->{'ID'} . " | " . $href->{'TITLE'};
push @showlist, \%show;
}