aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/fair-viewer2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer
index bb681c2..0f2d8de 100755
--- a/bin/fair-viewer
+++ b/bin/fair-viewer
@@ -2564,7 +2564,7 @@ sub print_channels {
}
else {
print "\n" if $i == 0;
- printf "%s. %s [%s]\n", colored(sprintf('%2d', $i + 1), 'bold'), $yv_utils->get_title($channel),
+ printf "%s. %s [%s]\n", colored(sprintf('%2d', $i + 1), 'bold'), $yv_utils->get_channel_title($channel),
$yv_utils->get_publication_date($channel);
}
}