Rename channel.ecr to videos.ecr

This commit is contained in:
syeopite 2021-06-25 18:38:06 -07:00
parent 6a12db1fb5
commit f4b69abf42
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
2 changed files with 1 additions and 1 deletions

View file

@ -50,7 +50,7 @@ module Invidious::Routes::Channels
count, items = get_60_videos(channel.ucid, channel.author, page, channel.auto_generated, sort_by)
end
templated "channel/channel"
templated "channel/videos"
end
def self.playlists(env)