mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-10 07:48:25 +00:00
Remove old DECRYPT_FUNCTION var
This commit is contained in:
parent
72150ae676
commit
6c2626cf05
@ -166,10 +166,10 @@ if CONFIG.channel_threads > 0
|
|||||||
Invidious::Jobs.register Invidious::Jobs::RefreshChannelsJob.new(PG_DB)
|
Invidious::Jobs.register Invidious::Jobs::RefreshChannelsJob.new(PG_DB)
|
||||||
end
|
end
|
||||||
|
|
||||||
DECRYPT_FUNCTION = DecryptFunction.new(CONFIG.decrypt_polling)
|
# DECRYPT_FUNCTION = DecryptFunction.new(CONFIG.decrypt_polling)
|
||||||
if CONFIG.decrypt_polling
|
# if CONFIG.decrypt_polling
|
||||||
Invidious::Jobs.register Invidious::Jobs::UpdateDecryptFunctionJob.new
|
# Invidious::Jobs.register Invidious::Jobs::UpdateDecryptFunctionJob.new
|
||||||
end
|
# end
|
||||||
|
|
||||||
if CONFIG.statistics_enabled
|
if CONFIG.statistics_enabled
|
||||||
Invidious::Jobs.register Invidious::Jobs::StatisticsRefreshJob.new(PG_DB, SOFTWARE)
|
Invidious::Jobs.register Invidious::Jobs::StatisticsRefreshJob.new(PG_DB, SOFTWARE)
|
||||||
|
Loading…
Reference in New Issue
Block a user