mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-06-28 01:48:26 +00:00
chore: add message if checkbackend job is disabled
This commit is contained in:
parent
626fb2d1a8
commit
ddf6802d76
@ -224,6 +224,8 @@ end
|
||||
|
||||
if CONFIG.invidious_companion.present?
|
||||
Invidious::Jobs.register Invidious::Jobs::CheckBackend.new
|
||||
else
|
||||
LOGGER.info("jobs: Disabling CheckBackend job. invidious-companion and their respective external video playback proxies (if set on invidious-companion) will not be checked")
|
||||
end
|
||||
|
||||
Invidious::Jobs.start_all
|
||||
|
Loading…
Reference in New Issue
Block a user