Feed cover image not updating
-
I’m trying to update the default feed cover image that shows up as album art on the html5 player. I uploaded the new image in Settings -> Feed details -> Cover image. It shows up there correctly when I refresh. It also shows up correctly in the RSS feed. I also confirmed that the correct images (various resolutions) are populated in /uploads. However the album art did not change on the html5 player. I deleted the old image from media and now the default “no album art” image appears.
I did some debugging and it seems that
get_option( 'ss_podcasting_data_image', false );
here is still returning the old image url, so it seems ss_podcasting_data_image did not get updated.
How can I reset this option?
The page I need help with: [log in to see the link]
- The topic ‘Feed cover image not updating’ is closed to new replies.