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

add itunes podcast icon #2114

Merged
merged 3 commits into from
Sep 7, 2017
Merged

add itunes podcast icon #2114

merged 3 commits into from
Sep 7, 2017

Conversation

HyShai
Copy link
Contributor

@HyShai HyShai commented Sep 5, 2017

No description provided.

Copy link
Collaborator

@dsander dsander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @HyShai, makes sense to me.

@dsander dsander requested a review from knu September 6, 2017 09:12
Copy link
Member

@knu knu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice idea! 👍

@@ -296,6 +296,7 @@ def receive_web_request(params, method, format)
<atom:link href=#{feed_url(secret: params['secret'], format: :xml).encode(xml: :attr)} rel="self" type="application/rss+xml" />
<atom:icon>#{feed_icon.encode(xml: :text)}</atom:icon>
#{hub_links}
<itunes:image href=#{feed_icon.encode(xml: :attr)} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be added only if boolify(interpolated['ns_itunes']) is true, because it is the option to enable the itunes namespace.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup that makes sense - changes have been implemented

@HyShai
Copy link
Contributor Author

HyShai commented Sep 7, 2017

@knu Yup makes sense - I've implemented those changes...

@knu knu merged commit 48afe27 into huginn:master Sep 7, 2017
@knu
Copy link
Member

knu commented Sep 7, 2017

👍

@HyShai HyShai deleted the itunes-image branch September 7, 2017 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants