Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: feed icon from xml ignored during force refresh #2956

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gabe565
Copy link
Contributor

@gabe565 gabe565 commented Nov 22, 2024

#2871 was a huge improvement to the handling of feed icons, but I've found a bug. When force refreshing, the icon defined in a feed's XML is ignored. This is because the icon URL is not persisted, resulting in originalFeed.IconURL always being an empty string. This PR fixes this by assigning the value from updatedFeed.IconURL before refreshing the icon.

Do you follow the guidelines?

@gabe565 gabe565 changed the title fix: Feed icon ignored during force refresh fix: feed icon from xml ignored during force refresh Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant