mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add new /channel/:ucid/search endpoint
This commit is contained in:
parent
252833fdef
commit
a9ff18812a
2 changed files with 7 additions and 2 deletions
|
@ -240,7 +240,11 @@ module Invidious::Routes::Channels
|
|||
end
|
||||
end
|
||||
|
||||
private def self.fetch_basic_information(env)
|
||||
private def search(env)
|
||||
return env.redirect "/search?#{env.params.query}&channel=#{env.params.url["ucid"]}"
|
||||
end
|
||||
|
||||
private def fetch_basic_information(env)
|
||||
locale = LOCALES[env.get("preferences").as(Preferences).locale]?
|
||||
|
||||
user = env.get? "user"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue