mirror of https://github.com/iv-org/invidious.git
Playlist import no refresh
This commit is contained in:
parent
507bed6313
commit
0110f865c3
|
@ -133,7 +133,7 @@ struct Invidious::User
|
||||||
next if !video_id
|
next if !video_id
|
||||||
|
|
||||||
begin
|
begin
|
||||||
video = get_video(video_id)
|
video = get_video(video_id, false)
|
||||||
rescue ex
|
rescue ex
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue