mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-16 21:10:53 -05:00
Avoid unavailable thumbnail on stored channels
This commit is contained in:
parent
c18daf5652
commit
79f9ec576e
@ -22,7 +22,6 @@ module Invidious::Channel::Tabs
|
||||
def get_videos(channel : InvidiousChannel, *, continuation : String? = nil, sort_by = "newest")
|
||||
return get_videos(
|
||||
channel.author, channel.id,
|
||||
author_thumbnail: channel.author_thumbnail,
|
||||
continuation: continuation, sort_by: sort_by
|
||||
)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user