2023-02-08, 12:59 PM
I am running NextPVR on a TrueNas Scale. Everything is working fine, but for some channels, I don't have icons.
I know that the icons are stored in media/channels.
In there I can find, for example:
Channel: NPO 2
I see there is a file in media/channels with the name: 'NPO 2.png'
When I inspect the html of this channel in my browser, I can see:
While in other channels that do have icons, I see something like:
What's going wrong? And is there a way to fix this?
I know that the icons are stored in media/channels.
In there I can find, for example:
Channel: NPO 2
I see there is a file in media/channels with the name: 'NPO 2.png'
When I inspect the html of this channel in my browser, I can see:
Code:
<div v:if="item.channelIcon == true" class="float-right channel-icon-container"><img src="" class="channel-icon"></div>
While in other channels that do have icons, I see something like:
Code:
<div v:if="item.channelIcon == true" class="float-right channel-icon-container"><img src="service?method=channel.icon&channel_id=9550" class="channel-icon"></div>
What's going wrong? And is there a way to fix this?