Skip to content

Commit

Permalink
Rename to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Feb 28, 2024
1 parent 16afe36 commit 234de0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/apple/show.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def self.get_show(api, show_id)
api.unwrap_response(resp)
end

def self.for_podcast(podcast)
def self.from_podcast(podcast)
apple_config = podcast.apple_config
api = Apple::Api.from_apple_config(apple_config)

Expand Down

0 comments on commit 234de0a

Please sign in to comment.