mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-03 08:29:46 +01:00
Fix preferences for new users
This commit is contained in:
parent
44016a6779
commit
eaf8854f96
@ -766,6 +766,7 @@ def get_user(sid, client, headers, db, refresh = true)
|
||||
if refresh && Time.now - user.updated > 1.minute
|
||||
user = fetch_user(sid, client, headers, db)
|
||||
user_array = user.to_a
|
||||
user_array[5] = user_array[5].to_json
|
||||
args = arg_array(user_array)
|
||||
|
||||
db.exec("INSERT INTO users VALUES (#{args}) \
|
||||
|
Loading…
Reference in New Issue
Block a user