Skip to content

Commit

Permalink
Allow changing audio format
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Oct 8, 2024
1 parent ae8f93e commit fa4ac54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/feeds/apple_subscription.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ def unchanged_defaults
if file_name_changed?
errors.add(:file_name, "cannot change once set")
end
if audio_format_changed?
errors.add(:audio_format, "cannot change once set")
end
end

def only_apple_feed
Expand Down

0 comments on commit fa4ac54

Please sign in to comment.