We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb588d8 commit 836df63Copy full SHA for 836df63
modules/tv/tmpl/default/list_data.php
@@ -91,7 +91,8 @@
91
<img src="<?php echo $channel->icon ?>" style="padding:5px;"><br>
92
<?php } ?>
93
<?php echo ($_SESSION["prefer_channum"] ? $channel->channum : $channel->callsign), "\n" ?>
94
-<?php if ($_SESSION["show_channel_icons"] == false || empty($channel->icon)) {
+<?php /* Always display channel number/callsign for easier searchability. */
95
+ if (true || $_SESSION["show_channel_icons"] == false || empty($channel->icon)) {
96
echo '<br>('.($_SESSION["prefer_channum"] ? $channel->callsign : $channel->channum), ")\n";
97
} ?>
98
</a>
0 commit comments