mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 07:05:46 -04:00
throw error if inv_sig_helper and invidious_companion used same time
This commit is contained in:
parent
cf899e898e
commit
c05c9d82ba
@ -161,6 +161,12 @@ Invidious::Database.check_integrity(CONFIG)
|
||||
{% puts "\nDone checking player dependencies, now compiling Invidious...\n" %}
|
||||
{% end %}
|
||||
|
||||
# invidious_companion and signature_server can't work together
|
||||
if CONFIG.signature_server && CONFIG.invidious_companion
|
||||
puts "You can not run inv_sig_helper and invidious_companion at the same time."
|
||||
exit(1)
|
||||
end
|
||||
|
||||
# Misc
|
||||
|
||||
DECRYPT_FUNCTION =
|
||||
|
Loading…
x
Reference in New Issue
Block a user