mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 08:53:13 +05:30
will -> should
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
574e35a720
commit
c5967ad572
@ -56,7 +56,7 @@ module Invidious::Routes::Search
|
|||||||
begin
|
begin
|
||||||
search_query, count, videos, operators = process_search_query(query, page, user, region: region)
|
search_query, count, videos, operators = process_search_query(query, page, user, region: region)
|
||||||
rescue ex : ChannelSearchException
|
rescue ex : ChannelSearchException
|
||||||
return error_template(404, "Unable to find channel with id of '#{HTML.escape(ex.channel)}'. Are you sure that's an actual channel id? It will look like 'UC4QobU6STFB0P71PMvOGN5A'.")
|
return error_template(404, "Unable to find channel with id of '#{HTML.escape(ex.channel)}'. Are you sure that's an actual channel id? It should look like 'UC4QobU6STFB0P71PMvOGN5A'.")
|
||||||
rescue ex
|
rescue ex
|
||||||
return error_template(500, ex)
|
return error_template(500, ex)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user