Skip to content

Commit

Permalink
track private
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Oct 13, 2023
1 parent 24c8e33 commit 940efab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/tracks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_meta_tags
}
)

@oembed_json = private_oembed_track_url(track_id: @track, format: :json)
@oembed_json = oembed_show_url(track_id: @track, format: :json)
end

def track_params
Expand Down

0 comments on commit 940efab

Please sign in to comment.