mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-31 01:38:31 +00:00
Remove missed explicit force_resolve=false
This commit is contained in:
parent
583a5fce64
commit
4f9332f652
@ -2,7 +2,7 @@ module Invidious::Comments
|
|||||||
extend self
|
extend self
|
||||||
|
|
||||||
def fetch_reddit(id, sort_by = "confidence")
|
def fetch_reddit(id, sort_by = "confidence")
|
||||||
client = make_client(REDDIT_URL, force_resolve: false)
|
client = make_client(REDDIT_URL)
|
||||||
headers = HTTP::Headers{"User-Agent" => "web:invidious:v#{CURRENT_VERSION} (by github.com/iv-org/invidious)"}
|
headers = HTTP::Headers{"User-Agent" => "web:invidious:v#{CURRENT_VERSION} (by github.com/iv-org/invidious)"}
|
||||||
|
|
||||||
# TODO: Use something like #479 for a static list of instances to use here
|
# TODO: Use something like #479 for a static list of instances to use here
|
||||||
|
Loading…
Reference in New Issue
Block a user