mirror of
https://github.com/anthonyaxenov/iptv.git
synced 2024-11-23 22:10:13 +00:00
Фикс попытки подгрузки пустых логотипов
This commit is contained in:
parent
2f0186e49f
commit
ab23f8796e
@ -86,7 +86,7 @@
|
||||
<td class="p-1">
|
||||
{% if (channel.logo.base64) %}
|
||||
<img class="tvg-logo" src="{{ channel.logo.base64 }}" />
|
||||
{% else %}
|
||||
{% elseif (channel.attributes['tvg-logo']) %}
|
||||
<img loading="lazy" class="tvg-logo" src="{{ base_url('logo?url=' ~ channel.attributes['tvg-logo']) }}" />
|
||||
{% endif %}
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user