aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-07-17 12:18:04 +0300
committerJesús <heckyel@hyperbola.info>2020-07-27 21:30:42 -0500
commit620d2991c79e2066f3ca7537c488da3124dd6a26 (patch)
tree9a43be47ca15810a07f6df946cd3d47a7021c2a4
parent265e35b0b15f7043bf97a3c576c866b54fa5707a (diff)
downloadfair-viewer-620d2991c79e2066f3ca7537c488da3124dd6a26.tar.lz
fair-viewer-620d2991c79e2066f3ca7537c488da3124dd6a26.tar.xz
fair-viewer-620d2991c79e2066f3ca7537c488da3124dd6a26.zip
Fixed the printing of channel names in search context.
Signed-off-by: Jesús <heckyel@hyperbola.info>
-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);
}
}