mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-23 09:55:29 +00:00
Don't add playlist id for channel videos
This commit is contained in:
@@ -1597,6 +1597,7 @@ get "/channel/:ucid" do |env|
|
||||
|
||||
begin
|
||||
videos = extract_playlist(ucid, page)
|
||||
videos.each { |a| a.playlists.clear }
|
||||
rescue ex
|
||||
error_message = ex.message
|
||||
next templated "error"
|
||||
|
||||
Reference in New Issue
Block a user