mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Playlist import no refresh (#3973)
This commit is contained in:
commit
7e84d07c27
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