mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 01:01:57 +01:00
Playlist import no refresh
This commit is contained in:
parent
507bed6313
commit
0110f865c3
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ struct Invidious::User
|
|||
next if !video_id
|
||||
|
||||
begin
|
||||
video = get_video(video_id)
|
||||
video = get_video(video_id, false)
|
||||
rescue ex
|
||||
next
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue