Fix Lint/RedundantStringCoercion issues

This commit is contained in:
syeopite
2021-09-24 18:51:07 -07:00
parent 5eb83bb39c
commit 0614b52f03
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ module Invidious::Routes::VideoPlayback
host = "https://r#{fvip}---#{mns.pop}.googlevideo.com"
end
url = "/videoplayback?#{query_params.to_s}"
url = "/videoplayback?#{query_params}"
headers = HTTP::Headers.new
REQUEST_HEADERS_WHITELIST.each do |header|