add-ons / plugin.video.viervijfzes

Kodi add-on to watch video-on-demand content from the Play 4, Play 5 and Play 6 channels.
https://github.com/add-ons/plugin.video.viervijfzes/wiki
GNU General Public License v3.0
50 stars 10 forks source link

Request: No artwork in main view "A-Z" #43

Closed vermope closed 3 years ago

vermope commented 3 years ago

There is no artwork in the main view when opening the directory "A - Z" , all underlying directories have artwork.

michaelarnauts commented 3 years ago

IIRC, the API call to generate the A-Z listing doesn't provide this, so we use cached metadata and artwork. This will be fetched in the background when this is enabled in the settings.

You should also verify that you are using the latest code, I've fixed an issue with this a week ago. (https://github.com/add-ons/plugin.video.viervijfzes/commit/dcc0a61560cb9907920fea0afcef0d912721396a)

vermope commented 3 years ago

@michaelarnauts Works perfect with latest build. Thanks!