mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update app.js
This commit is contained in:
@@ -5,6 +5,7 @@ const ChannelItem = {
|
|||||||
<td class="is-vcentered" style="min-width: 150px; text-align: center">
|
<td class="is-vcentered" style="min-width: 150px; text-align: center">
|
||||||
<img
|
<img
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
referrerpolicy="no-referrer"
|
||||||
v-show="channel.logo"
|
v-show="channel.logo"
|
||||||
:src="channel.logo"
|
:src="channel.logo"
|
||||||
style="max-width: 100px; max-height: 50px; vertical-align: middle"
|
style="max-width: 100px; max-height: 50px; vertical-align: middle"
|
||||||
|
|||||||
Reference in New Issue
Block a user