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 Apple publish status #994

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Add Apple publish status #994

merged 1 commit into from
Apr 11, 2024

Conversation

kookster
Copy link
Member

@kookster kookster commented Apr 11, 2024

Implements part of #632 to display the apple publishing status on the episode

Copy link
Member

@cavis cavis left a comment

Choose a reason for hiding this comment

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

Nice, looks good to me!

@@ -17,6 +17,10 @@ module AppleDelivery
alias_method :apple_status, :apple_episode_delivery_status
end

def publish_to_apple?
podcast.apple_config&.publish_to_apple?
Copy link
Member

Choose a reason for hiding this comment

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

Ooh, I deleted the podcast.apple_config association in my PR. I should re-add that as a memoized method or something.

@kookster kookster merged commit abb5541 into main Apr 11, 2024
3 checks passed
@kookster kookster deleted the feat/episode_apple_status branch April 11, 2024 21:21
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

2 participants