Skip to content

Commit

Permalink
Add default to params[:params]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgb committed Feb 7, 2020
1 parent b44f998 commit b1315f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/yt/models/playlist_item.rb
Expand Up @@ -103,6 +103,7 @@ def resource_id

def delete_params
super.tap do |params|
params[:params] ||= {}
params[:params].merge! @auth.playlist_items_params
end
end
Expand Down

0 comments on commit b1315f8

Please sign in to comment.