Playlist import no refresh (#3973)

This commit is contained in:
Samantaz Fox
2023-08-26 12:12:42 +02:00

View File

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