mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-24 22:47:19 +00:00
throw error if inv_sig_helper and invidious_companion used same time
This commit is contained in:
parent
c612423a4d
commit
2cc204a045
@ -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…
Reference in New Issue
Block a user