mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-28 22:24:08 +01:00
Fix typo in index
This commit is contained in:
parent
7448159d6b
commit
bc9d70109c
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ get "/" do |env|
|
|||
if user
|
||||
user = user.as(User)
|
||||
if user.preferences.redirect_feed
|
||||
env.redirect "/feed/subscriptions"
|
||||
next env.redirect "/feed/subscriptions"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue