Playlist import no refresh

This commit is contained in:
Brahim Hadriche 2023-07-08 16:51:19 -04:00 committed by syeopite
parent d3804ece11
commit 37b250cf41
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

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