mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-20 21:52:42 +05:30
Use different video for blockage status check
This commit is contained in:
parent
51e4fbc5c2
commit
27264c61c4
@ -14,7 +14,7 @@ class Invidious::Jobs::CheckBlockageStatusJob < Invidious::Jobs::BaseJob
|
||||
loop do
|
||||
begin
|
||||
# TODO find performant way of fetching a random video from the videos table.
|
||||
video = fetch_video("zj82_v2R6ts", nil)
|
||||
video = fetch_video("jNQXAC9IVRw", nil)
|
||||
|
||||
if !video.nil?
|
||||
# Assume unblocked
|
||||
|
Loading…
x
Reference in New Issue
Block a user