mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
Fixed guide logos
This commit is contained in:
parent
d60bada47d
commit
ec629a6e41
1 changed files with 1 additions and 1 deletions
|
|
@ -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%',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue