Fixed guide logos

This commit is contained in:
dekzter 2025-04-04 08:11:27 -04:00
parent d60bada47d
commit ec629a6e41

View file

@ -312,7 +312,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
}}
>
<img
src={channel.logo_url || logo}
src={channel.logo.url.replace(/^\/data/, '') || logo}
alt={channel.name}
style={{
width: '100%',