mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-17 05:20:51 -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")
|
def get_videos(channel : InvidiousChannel, *, continuation : String? = nil, sort_by = "newest")
|
||||||
return get_videos(
|
return get_videos(
|
||||||
channel.author, channel.id,
|
channel.author, channel.id,
|
||||||
author_thumbnail: channel.author_thumbnail,
|
|
||||||
continuation: continuation, sort_by: sort_by
|
continuation: continuation, sort_by: sort_by
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user