Playlist import no refresh

This commit is contained in:
Brahim Hadriche 2023-07-08 16:51:19 -04:00 committed by GitHub
parent 507bed6313
commit 0110f865c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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