mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-09 07:18:24 +00:00
Fix typo in index
This commit is contained in:
parent
7448159d6b
commit
bc9d70109c
@ -264,7 +264,7 @@ get "/" do |env|
|
|||||||
if user
|
if user
|
||||||
user = user.as(User)
|
user = user.as(User)
|
||||||
if user.preferences.redirect_feed
|
if user.preferences.redirect_feed
|
||||||
env.redirect "/feed/subscriptions"
|
next env.redirect "/feed/subscriptions"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user