mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-13 01:16:41 -04:00
Add link to documentation in warnings
This commit is contained in:
parent
e24fdfcab4
commit
1645dcb767
@ -167,13 +167,13 @@ DECRYPT_FUNCTION =
|
||||
if sig_helper_address = CONFIG.signature_server.presence
|
||||
IV::DecryptFunction.new(sig_helper_address)
|
||||
else
|
||||
LOGGER.warn("WARNING: inv-sig-helper is required for video playback")
|
||||
LOGGER.warn("WARNING: inv-sig-helper is required for video playback. See https://docs.invidious.io/installation/#run-inv_sig_helper-in-background for more information")
|
||||
nil
|
||||
end
|
||||
|
||||
{% for field in %w(po_token visitor_data) %}
|
||||
if !CONFIG.{{field.id}}
|
||||
LOGGER.warn("WARNING: {{field.id}} is required to view and playback videos")
|
||||
LOGGER.warn("WARNING: {{field.id}} is required to view and playback videos. See https://docs.invidious.io/installation/#generate-po_token-and-visitor_data-identities for more information")
|
||||
end
|
||||
{% end %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user