User: Remove broken Google login (feeds route)

This commit is contained in:
Samantaz Fox 2023-06-10 19:32:06 +02:00
parent 11ab6ffb32
commit 39ff94362e
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -83,10 +83,6 @@ module Invidious::Routes::Feeds
headers = HTTP::Headers.new
headers["Cookie"] = env.request.headers["Cookie"]
if !user.password
user, sid = get_user(sid, headers)
end
max_results = env.params.query["max_results"]?.try &.to_i?.try &.clamp(0, MAX_ITEMS_PER_PAGE)
max_results ||= user.preferences.max_results
max_results ||= CONFIG.default_user_preferences.max_results