summaryrefslogtreecommitdiff
path: root/rh-bin/showlist.json
diff options
context:
space:
mode:
Diffstat (limited to 'rh-bin/showlist.json')
-rwxr-xr-xrh-bin/showlist.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/rh-bin/showlist.json b/rh-bin/showlist.json
index 6839842..3d38da2 100755
--- a/rh-bin/showlist.json
+++ b/rh-bin/showlist.json
@@ -53,6 +53,9 @@ if(defined $ctx) {
my %mshow;
$mshow{'id'} = int($href->{'ID'});
$mshow{'title'} = $href->{'TITLE'};
+ if($href->{'TYPE'} eq 'r') {
+ $mshow{'title'} .= ' (Wiederholung)';
+ }
$mshow{'weeks'} = $href->{'SHOWS'};
my %parts = %{$href->{'SHOWS'}};
@@ -70,6 +73,9 @@ if(defined $ctx) {
my %show;
$show{'id'} = int($href->{'ID'});
$show{'title'} = $href->{'TITLE'};
+ if($href->{'TYPE'} eq 'r') {
+ $show{'title'} .= ' (Wiederholung)';
+ }
if(exists($multirefs{$href->{'ID'}})) {
$show{'multi'} = $multirefs{$href->{'ID'}};
}