mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Fixed an issue
This commit is contained in:
parent
c9a843c7fe
commit
21122db3a7
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ module Invidious::Routes::PreferencesRoute
|
|||
vr_mode: vr_mode,
|
||||
show_nick: show_nick,
|
||||
save_player_pos: save_player_pos,
|
||||
previous_page_button: previous_page_button
|
||||
previous_page_button: previous_page_button,
|
||||
}.to_json)
|
||||
|
||||
if user = env.get? "user"
|
||||
|
|
Loading…
Reference in a new issue