summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DBInfoscreen.pm')
-rw-r--r--lib/DBInfoscreen.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm
index 3acb969..0834a97 100644
--- a/lib/DBInfoscreen.pm
+++ b/lib/DBInfoscreen.pm
@@ -144,7 +144,8 @@ sub startup {
$self->render(
'landingpage',
stationlist => \@candidates,
- hide_opts => 0
+ hide_opts => 0,
+ status => 300,
);
return;
}
@@ -158,7 +159,8 @@ sub startup {
$self->render(
'landingpage',
stationlist => \@candidates,
- hide_opts => 0
+ hide_opts => 0,
+ status => 300,
);
return;
}