Videos: Make use of the video decoding

This commit is contained in:
Samantaz Fox
2024-07-03 18:22:32 +02:00
parent 56a7488161
commit ec8b7916fa
3 changed files with 65 additions and 86 deletions

View File

@@ -163,7 +163,6 @@ if CONFIG.feed_threads > 0
Invidious::Jobs.register Invidious::Jobs::RefreshFeedsJob.new(PG_DB)
end
DECRYPT_FUNCTION = DecryptFunction.new(CONFIG.decrypt_polling)
if CONFIG.statistics_enabled
Invidious::Jobs.register Invidious::Jobs::StatisticsRefreshJob.new(PG_DB, SOFTWARE)
end