mirror of
https://github.com/iv-org/invidious.git
synced 2025-02-01 11:29:52 +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
|
loop do
|
||||||
begin
|
begin
|
||||||
# TODO find performant way of fetching a random video from the videos table.
|
# 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?
|
if !video.nil?
|
||||||
# Assume unblocked
|
# Assume unblocked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user