1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-15 15:39:12 +05:30

Playlist import no refresh ()

This commit is contained in:
Samantaz Fox 2023-08-26 12:12:42 +02:00
commit 7e84d07c27
No known key found for this signature in database
GPG Key ID: F42821059186176E

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