From a88da3f92799bcf0cff943dd786df91429b342c3 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Fri, 16 Jul 2021 14:36:25 +0200 Subject: [PATCH] Add note mentioning that decrypt_polling is broken --- config/config.example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.example.yml b/config/config.example.yml index c9a627cb..88d139c1 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -333,6 +333,9 @@ feed_threads: 1 ## Enable/Disable the polling job that keeps the decryption ## function (for "secured" videos) up to date. ## +## Note: This part of the code is currently broken, so changing +## this setting has no impact. +## ## Accepted values: true, false ## Default: true ##